| Subject: Kernel Debugger |
| Group: microsoft.public.winternals |
| Date: 11/20/2007 3:36:16 PM |
| From: Megan Kielman [Email Address Protection] |
Is there a way to use WinDbg while the system is online without using a serial cable? |
| Back |
| Subject: Re: Kernel Debugger |
| Group: microsoft.public.winternals |
| Date: 11/20/2007 3:50:26 PM |
| From: "the_el_vez" [Email Address Protection] |
You can do a live kernel debug but it is not close to a real kernel debug. It is basically a skeletal snapshot in time of the system. If you are just wanting to play with kernel debugging but only have one machine - use a VM and debug that. search for "Kernel debugging a virtual PC" in the windbg docs for more info on that. "Megan Kielman" <megan.kielman@gmail.com> wrote in message news:OQokEX8KIHA.3940@TK2MSFTNGP05.phx.gbl... > Is there a way to use WinDbg while the system is online without using a > serial cable? |
| Back |
| Subject: Re: Kernel Debugger |
| Group: microsoft.public.winternals |
| Date: 11/21/2007 9:50:47 AM |
| From: Megan Kielman [Email Address Protection] |
The reason I am asking is because there are a lot of "kernel" commands in the Windows Internal book, can I use the Live Kernel Debug to run those commands? If so, how do I do it? the_el_vez wrote: > You can do a live kernel debug but it is not close to a real kernel > debug. It is basically a skeletal snapshot in time of the system. > > If you are just wanting to play with kernel debugging but only have one > machine - use a VM and debug that. search for "Kernel debugging a > virtual PC" in the windbg docs for more info on that. > > "Megan Kielman" <megan.kielman@gmail.com> wrote in message > news:OQokEX8KIHA.3940@TK2MSFTNGP05.phx.gbl... >> Is there a way to use WinDbg while the system is online without using >> a serial cable? > |
| Back |