Tagged Questions
3
votes
4answers
513 views
Step execution of release code / post-mortem debugging (VS/C++)
Is there any sense to step-execute release code? I noticed that some lines of code are omitted, i.e. some method calls. Also variable preview doesn't show some variables and shows invalid (not real) ...
1
vote
4answers
617 views
Help postmorten debugging of a mixed mode Win32 application
Here's the situation:
Background
I have a mixed mode .NET/Native application developed in Visual Studio 2008.
What I mean by mixed mode is that the front end is written in C++ .NET which calls ...