Edit

Share via


WinDbg: Start a kernel mode session

WinDbg logo with a magnifying glass inspecting bits.

This article describes how to start a kernel mode session with WinDbg.

The process is similar to how it was done with previous versions of WinDbg. Select the tab for the type of transport that you're using, fill in the required fields, and select OK.

Note

Local kernel debugging requires WinDbg to start with elevated privileges.

Screenshot of the Start debugging pane with the Attach to kernel menu showing the Net tab.

On the Paste tab, you can paste in custom connection strings.

If you aren't familiar with how to set up a debugger kernel-mode session, see Get started with WinDbg (kernel mode).