From 93ad8a8a3616bd94f696060d0d66e246d7f3ef42 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Mon, 8 Jan 2024 18:29:14 +0800 Subject: [PATCH] edit --- FireDBG/blog/2023-12-13-getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FireDBG/blog/2023-12-13-getting-started.mdx b/FireDBG/blog/2023-12-13-getting-started.mdx index d8a4501..e7dc9be 100644 --- a/FireDBG/blog/2023-12-13-getting-started.mdx +++ b/FireDBG/blog/2023-12-13-getting-started.mdx @@ -104,7 +104,7 @@ Where can I see the list of all debuggable Rust targets, how can I debug it and 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.