Kernel Debugging Using WinDbg

Last reviewed: September 18, 1995
Article ID: Q115760
The information in this article applies to:
  • Microsoft Win32 Device Development Kit (DDK)for Windows NT, versions 3.5 and 3.51

Kernel debugging is possible with WinDbg only when you use Windows NT, versions 3.5 or 3.51. Here are the steps you must take to perform a kernel debugging on Windows NT, versions 3.5 or 3.51:

  1. Set up two machines connected with cables exactly as you would for kernel debugging.

  2. Start up WinDbg by typing the following:

          start windbg ntoskrnl.exe
    

  3. Set up the kernel debugger options for WinDbg from the Kernel Debugger dialog box, which appears when you choose Kernel Debugger from the Options menu.

  4. Reboot the target and your debugging takes place.


Additional reference words: 3.50
KBCategory: kbtls
KBSubCategory:


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 18, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.