我是个VC下的程序员,现在想学SOFTICE调试,但是我不知道怎么
调试程序,怪事啊?我用了load32加载程序,可出现如下:
=========================
G:\Login.exe opened successfully
Translating G:\Login.exe. . .
Error: No debug information found
Translating G:\Login.exe. . .
Error: No debug information found
Loading module G:\Login.exe. . .
Module G:\Login.exe successfully loaded
=========================
G:\MyWork\Login\Debug\Login.exe opened successfully
Translating G:\MyWork\Login\Debug\Login.exe. . .
Error: No debug information found
好象是创建符号文件失败,但从没成功过啊。
我学着在CTRL—D中BPX GetWindowTextA之类的,但走了这个函数却没POPUP出来,另外,
SOFTICE调试程序是如何进入某个特定进程的呢,假设设定断点成功,他怎么知道哪个是我要跟踪的进程呢?
另外,怎么一按CRRL-d总是显示HAL!KeQueryPerformanceCoutner这个函数呢?