ok100fen 发表于 2010-8-26 08:51:39

windbg如何进行本机调试

VB用本机调试就行
驱动用windbg
能不能不用双机,直接用单机,也就是本机调试?
另外,我用vm和本机
为什么总是出来not enough physical momery......
我内存不小啊,都256m

xiaoly99 发表于 2010-8-26 10:01:43

可以本机调试.
WinDbg->File->Kernel Debugging->Local->确定.
PS:你问我就行了呗.不一定要问TA的.

ok100fen 发表于 2010-8-26 11:48:34

* After setting your symbol path, use .reload to refresh symbol locations. *
****************************************************************************
Executable search path is:
*********************************************************************
* Symbols can not be loaded because symbol path is not initialized. *
*                                                                   *
* The Symbol Path can be set by:                                    *
*   using the _NT_SYMBOL_PATH environment variable.               *
*   using the -y <symbol_path> argument when starting the debugger. *
*   using .sympath and .sympath+                                    *
*********************************************************************
*** ERROR: Symbol file could not be found.Defaulted to export symbols for ntoskrnl.exe -
*******************************************************************************
WARNING: Local kernel debugging requires booting with kernel
debugging support (/debug or bcdedit -debug on) to work optimally.
*******************************************************************************
Windows XP Kernel Version 2600 (Service Pack 3) UP Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 2600.xpsp.080413-2111
Machine Name:
Kernel base = 0x804d8000 PsLoadedModuleList = 0x8055c1c0
Debug session time: Thu Aug 26 11:45:07.873 2010 (GMT+8)
System Uptime: 0 days 0:58:06.464

ok100fen 发表于 2010-8-26 11:49:16

好像符号路径有问题
不知道在哪里设置~~~~~~~~~~~

Tesla.Angela 发表于 2010-8-27 19:02:48

我没有远去!我只是一个星期没有上网而已!!!
======
怎么样双机调试网上有大量图文详细的教程,不过你那256MB的内存真是太小了,起码升级到1GB吧。

Tesla.Angela 发表于 2010-8-27 19:27:57

现在平时不上网的原因有两个:一是学习工作繁忙;二是中国互联网处于无序状态,心里很不喜欢。具体怎么无序法大家心里都清楚,这里不说了。所以我平时(工作日)不上网。

马大哈 发表于 2010-8-27 19:47:34

{:1_95:}做学生其实也挺辛苦.

a33287651 发表于 2010-8-27 19:56:15

页: [1]
查看完整版本: windbg如何进行本机调试