#Setting Up for WinDebug
OK, NT Developers!!
Does anyone know how to get WinDebug to debug an application? Having never used
it before, I am not sure of what behavior to expect. However, if I open a
source and try to set a breakpoint, it will say something like: "Breakpoint not
instantiated" and the program no longer works correctly. Any help would be
gratefully accepted.
I compiled with the following options: -Zi -Od
and linked with the following options: -debug:all -debugtype:cv
There is 1 Reply.