阅读:1785回复:4
请问Windbg设置断点跟踪的问题
我用Windbg调试驱动程序,设置了断点,但是拦截不住
请问该如何设置,如何将驱动程序和源代码对应起来?? 我已经安装了win2k的符号包,我要调试的程序有自己的符号文件,请问不安装win2k的符号包可以吗? |
|
沙发#
发布于:2002-08-24 15:26
windbg好麻烦的,不如用softice
要目标机、本机的符号文件,程序的符号文件。 不像softice,只要程序的symbol就可以了。 |
|
板凳#
发布于:2002-08-24 15:47
是啊, 用softice最好, windbg要双机进行调试.
|
|
|
地板#
发布于:2002-08-24 18:35
softice最好...
too..... :o |
|
|
地下室#
发布于:2002-08-25 07:44
1. make sure your symbol file match your binary.
2. Use the latest WinDbg. 3. Windows symbols is not a MUST but you\'d better install it. 4. I have used windows kernel debugger more than one year, it\'s good, and it\'s getting better. |
|
|