windbg调试1.DMP文件,出错,No runnable debuggees error in 'g',该怎么解决
windbg调试1.DMP文件,出错,No runnable debuggees error in 'g'
有哪位知道要怎么样解决吗?
我的是XP,SP2,
下载的符号包是:http://msdl.microsoft.com/download/symbols/packages/windowsxp/WindowsXP-KB835935-SP2-slp-Symbols.exe
符号包中还包含了,http://msdl.microsoft.com/download/symbols
可还是出现这样的问题,是怎么样情况呢?高手请求.
------解决方案--------------------
我想问下,这里怎么发新帖子?找遍了页面都没看见那个功能。真失败!
------解决方案--------------------
please reference Windbg help:
The g command starts executing the given process or thread. Execution will halt at the end of the program, when BreakAddress is hit, or when another event causes the debugger to stop.
Environment :user mode, kernel mode
Targets :live debugging only
Platforms :all
dmp 文件不支持g 命令
------解决方案--------------------
单步跟踪到代码没有
------解决方案--------------------
!analyze -v
有哪位知道要怎么样解决吗?
我的是XP,SP2,
下载的符号包是:http://msdl.microsoft.com/download/symbols/packages/windowsxp/WindowsXP-KB835935-SP2-slp-Symbols.exe
符号包中还包含了,http://msdl.microsoft.com/download/symbols
可还是出现这样的问题,是怎么样情况呢?高手请求.
------解决方案--------------------
我想问下,这里怎么发新帖子?找遍了页面都没看见那个功能。真失败!
------解决方案--------------------
please reference Windbg help:
The g command starts executing the given process or thread. Execution will halt at the end of the program, when BreakAddress is hit, or when another event causes the debugger to stop.
Environment :user mode, kernel mode
Targets :live debugging only
Platforms :all
dmp 文件不支持g 命令
------解决方案--------------------
单步跟踪到代码没有
------解决方案--------------------
!analyze -v