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.

  1. How can I change this EXE file?
  2. What should I set it?
  3. 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.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -