debugging - I don't have a clue on how to debug an application in Visual C++ 2008 Express -
Initial question: I want to debug some code which is compiled I press debug, I asked for an xi file Selecting Browse and Visual C ++ XE does not work and I do not know how to change it.
- How can I change this EXE file?
- What should I set it?
It seems that you are debugging DLL. To debug DLL, create a Win32 console program EXE and then make a function call that is highlighted by DLL. Or, you can create Win32 console program (EXE) and enter your code in it; So you can debug EXE directly.