Skip to content

Commit 65c3589

Browse files
robtaylorclaude
andcommitted
Comment out 'Attach Debugger' section in simulation guide
The debugger attachment workflow needs more work and testing before being documented. The section remains in the file as a comment for future reference once the feature is verified. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c53cf3e commit 65c3589

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/simulation-guide.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -284,20 +284,20 @@ This starts the CXXRTL debug server and prints:
284284
285285
Waiting for debugger on localhost:37268
286286
287-
Attach Debugger
288-
~~~~~~~~~~~~~~~
287+
.. Attach Debugger
288+
~~~~~~~~~~~~~~~
289289
290-
1. Install the RTL Debugger extension in VS Code
291-
2. Open the command palette (Cmd+Shift+P / Ctrl+Shift+P)
292-
3. Run "RTL Debugger: Connect to CXXRTL Server"
293-
4. Enter the host:port from the simulation output
290+
1. Install the RTL Debugger extension in VS Code
291+
2. Open the command palette (Cmd+Shift+P / Ctrl+Shift+P)
292+
3. Run "RTL Debugger: Connect to CXXRTL Server"
293+
4. Enter the host:port from the simulation output
294294
295-
You can now:
295+
You can now:
296296
297-
- View signal values in real-time
298-
- Set breakpoints on signal conditions
299-
- Step through clock cycles
300-
- Inspect design hierarchy
297+
- View signal values in real-time
298+
- Set breakpoints on signal conditions
299+
- Step through clock cycles
300+
- Inspect design hierarchy
301301
302302
Event Logging for Testing
303303
--------------------------

0 commit comments

Comments
 (0)