Use windbg as an external tools of Visual C++

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)
Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.