Skip to content

Commit

Permalink
Update information on supported WinDbg commands
Browse files Browse the repository at this point in the history
  • Loading branch information
xusheng6 committed Nov 7, 2024
1 parent a67b767 commit 800eb78
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,10 @@ The debugger console allows the user to execute backend commands and get the res

On Linux and macOS, the backend is based on LLDB and the console accepts LLDB commands.

On Windows, the backend is based on Windows Debugger Engine, and it supports WinDbg command syntax. All WinDbg extension command, e.g., `!peb` are also supported.
On Windows, the backend is based on Windows Debugger Engine, and it supports WinDbg command syntax. All WinDbg base
[commands](https://learn.microsoft.com/en-us/windows-hardware/drivers/debuggercmds/commands) are supproted and can be
used directly. Certain extension commands, e.g., `!peb`, requires first installing the full WinDbg following this
[guide](dbgeng-ttd.md#install-windbg).

The console supports resuming the target, e.g., stepping.

Expand Down

0 comments on commit 800eb78

Please sign in to comment.