Debugging tool with wxWidgets and VC++ .NET
-
- Experienced Solver
- Posts: 96
- Joined: Fri Jun 17, 2005 1:53 pm
- Location: Germany
- Contact:
Debugging tool with wxWidgets and VC++ .NET
Hi all,
I m working with VC++ .Net and wxWidgets. Does someone know about the free debugging tools.
I have found "WinDbg" tool in the Internet but currently good documenation with example is not available.
Plz write me all possible debugging tools and there links
I m working with VC++ .Net and wxWidgets. Does someone know about the free debugging tools.
I have found "WinDbg" tool in the Internet but currently good documenation with example is not available.
Plz write me all possible debugging tools and there links
-
- Experienced Solver
- Posts: 96
- Joined: Fri Jun 17, 2005 1:53 pm
- Location: Germany
- Contact:
-
- Experienced Solver
- Posts: 96
- Joined: Fri Jun 17, 2005 1:53 pm
- Location: Germany
- Contact:
Stackwalker is in samples\debugrpt. Debuging in release is art
The debuing in release with visual studio is quite similar to windbg. I really doubt you will find a better one, which will show your code lines without debuging info. Find bugs in debug mode, on your machine, add good log functionality. 


Everything requires a line of code.
-
- Experienced Solver
- Posts: 96
- Joined: Fri Jun 17, 2005 1:53 pm
- Location: Germany
- Contact: