I am trying to get Windbg to work. There are two problems.
First I cannot get Windbg to even start.
I am using "Microsoft Visual C++ 2010 Express - ENU" version. I new configs from previous VS. Got compiler and linker working. But it won't run the debuger.
Second I am trying to debug a DLL plugin for another application. And need to run the host application and then attach to the dll.
At least that is the way codewarior worked.
I assume that the config Debug section is what I need to change to get the debuger to work. But havn't got a clue whats wrong. I have just put some general command line commands in to see if they will get run. But nothing is happing. No messages from UEStudio or otherwise.
Has anyone got any debugger to work for a DLL? Runing on Windows 7 pro 64 bit.
The start debugger section has:
[Start Debugger]
Cmd0 = $(Debugger) $T
Depends =$T
ShowWindow =0
Title = Debug $T
First I cannot get Windbg to even start.
I am using "Microsoft Visual C++ 2010 Express - ENU" version. I new configs from previous VS. Got compiler and linker working. But it won't run the debuger.
Second I am trying to debug a DLL plugin for another application. And need to run the host application and then attach to the dll.
At least that is the way codewarior worked.
I assume that the config Debug section is what I need to change to get the debuger to work. But havn't got a clue whats wrong. I have just put some general command line commands in to see if they will get run. But nothing is happing. No messages from UEStudio or otherwise.
Has anyone got any debugger to work for a DLL? Runing on Windows 7 pro 64 bit.
The start debugger section has:
[Start Debugger]
Cmd0 = $(Debugger) $T
Depends =$T
ShowWindow =0
Title = Debug $T