Skip to content

Commit 5d7adc4

Browse files
committed
docs(readme): add navigation, debugger, and diagnostics tools documentation
1 parent dfb94f0 commit 5d7adc4

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,43 @@
8282
| `build_cancel` | Cancel a running build |
8383
| `build_status` | Get current build status |
8484

85+
### 🧭 Navigation Tools
86+
87+
| Tool | Description |
88+
|------|-------------|
89+
| `goto_definition` | Navigate to the definition of a symbol |
90+
| `find_references` | Find all references to a symbol |
91+
| `symbol_document` | Get all symbols defined in a document |
92+
| `symbol_workspace` | Search for symbols across the solution |
93+
94+
### 🐛 Debugger Tools
95+
96+
| Tool | Description |
97+
|------|-------------|
98+
| `debugger_status` | Get current debugger state |
99+
| `debugger_launch` | Start debugging (F5) |
100+
| `debugger_launch_without_debugging` | Start without debugger (Ctrl+F5) |
101+
| `debugger_continue` | Continue execution (F5) |
102+
| `debugger_break` | Pause execution (Ctrl+Alt+Break) |
103+
| `debugger_stop` | Stop debugging (Shift+F5) |
104+
| `debugger_step_over` | Step over (F10) |
105+
| `debugger_step_into` | Step into (F11) |
106+
| `debugger_step_out` | Step out (Shift+F11) |
107+
| `debugger_add_breakpoint` | Add a breakpoint at a file and line |
108+
| `debugger_remove_breakpoint` | Remove a breakpoint |
109+
| `debugger_list_breakpoints` | List all breakpoints |
110+
| `debugger_get_locals` | Get local variables in current frame |
111+
| `debugger_get_callstack` | Get the call stack |
112+
113+
### 🔍 Diagnostics Tools
114+
115+
| Tool | Description |
116+
|------|-------------|
117+
| `errors_list` | Read build errors, warnings, and messages from the Error List |
118+
| `output_read` | Read content from an Output window pane |
119+
| `output_write` | Write a message to an Output window pane |
120+
| `output_list_panes` | List all available Output window panes |
121+
85122
## 🛠️ Installation
86123

87124
### Visual Studio Marketplace

0 commit comments

Comments
 (0)