Kimmi’s Weblog

25. September 2008

Some useful debugging tools and tips for windows

Abgelegt unter: Allgemein — kim.kulling @ 08:26

I detected some useful debugging stuff by debugging windows applications. I debugged some memory issues and searched for some useful tools which may be helpful. I detected the site http://www.dumpanalysis.org/blog/index.php/crash-dump-analysis-patterns/.

The author of this site is using a tool called WinDbg.exe, which is a very useful and powerful application to dig deeper into the fundamental mechanism of your applications and the windows kernel in common. After the setup of WinDbg with the right symbol pathes you can learn a lot over the bugs in your code. And the crash-dump-analysis-pattern are a very useful help to find the critical mistace I made.

Keine Kommentare »

Keine Kommentare bis jetzt.

RSS Feed für Kommentare zu diesem Beitrag. TrackBack URI

Einen Kommentar hinterlassen

You must be logged in to post a comment.

Powered by WordPress ( WP.de )