返回资讯中心
外部精选
软件工程
#社区热议

Show HN: I built a post-mortem debugger for native Windows x64/x86 crashes

Hello HN!I've spent years debugging Windows crashes with tools that were either friendly but limited (e.g. Visual Studio) or powerful but archaic (e.g. WinDbg). I developed patterns and methods for understanding what wa…

Hacker NewsLoren_SL3 分钟阅读

以下正文同步自 Hacker News,版权归原站所有,已转换为易读排版。

Hello HN!I've spent years debugging Windows crashes with tools that were either friendly but limited (e.g. Visual Studio) or powerful but archaic (e.g. WinDbg). I developed patterns and methods for understanding what was going on, and decided to build it into a much more effective debugging tool called ForensicDbg.I built a modern interface to minimize the friction when debugging. All of the data shown to you is analyzed, interpreted, and presented to you clearly, so you can focus on what matters. Everything is interlinked so you can quickly and intuitivly navigate through the process space.ForensicDbg comes with an MCP server which allows for agenic debugging. The work done to interpret and interlink your data also benefits AI tools. It removes the risk of hallucinations while building a stable foundation for them to work from without spending tokens.If you want to try it out you can sign up and get a free beta license here: https://www.forensicdbg.com/beta

Comments URL: https://news.ycombinator.com/item?id=49821086

Points: 3

# Comments: 0

正文由 FLUX 从来源站点 RSS 同步,内容未经改写;遇到排版缺失或需要图片、视频时请以原文为准。