Title :
WinDbg
(or any title you want)
Command :
C:\masm32\debug\windbg.exe
(it is not a typical position, but it is where it is on my pc.)
Arguments:
-ee c++ -G -i “$(TargetDir)” -y “$(TargetDir)” -QY -logo -QSY -sdce -WF “$(ProjectFileName).WEW” “$(TargetPath)”
(The commandline may be too long to execute, remove some switches if that happens. For more information about this junk, see Debugger Reference in the documentation of Debug Tools for Windows, and Macros for Build Commands and Properties, Visual C++ Concepts: Building a C/C++ Program, in MSDN).
Initial Directory:
$(ProjectDir)
Leave a Reply