Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Jan 8, 2024
1 parent 7f57103 commit 93ad8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FireDBG/blog/2023-12-13-getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Where can I see the list of all debuggable Rust targets, how can I debug it and
<Image src="/img/gt-debug-and-run-activate-light.png"/>

1. Click on the "Run and Debug" panel on your primary sidebar, you should see two new panels on the bottom
2. Activate FireDBG
2. Click on the "Activate FireDBG" to enable FireDBG debugger on this workspace
3. The `FIREDBG` panel should display all binaries, examples, integration tests and unit tests in your current Rust workspace. Click on the list item to reveal the Rust source code. To debug it, hover the list item and click on the play icon ▶️ on the list item. A new debugger view will be shown and tail the progress in real time.
4. All previous debug runs can be found in the `FIREDBG RUNS` panel, simply click on it to open.

Expand Down

0 comments on commit 93ad8a8

Please sign in to comment.