Skip to content

Commit

Permalink
Outdated command title
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecil0o0 authored Oct 23, 2024
1 parent e0b542f commit 0804fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/editor/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Once a debug session starts, the **Debug toolbar** will appear on the top of the
### Run mode

In addition to debugging a program, VS Code supports **running** the program. The **Debug: Run (Start Without Debugging)** action is triggered with `kb(workbench.action.debug.run)` and uses the currently selected launch configuration. Many of the launch configuration attributes are supported in 'Run' mode. VS Code maintains a debug session while the program is running, and pressing the **Stop** button terminates the program.
In addition to debugging a program, VS Code supports **running** the program. The **Debug: Start Without Debugging** action is triggered with `kb(workbench.action.debug.run)` and uses the currently selected launch configuration. Many of the launch configuration attributes are supported in 'Run' mode. VS Code maintains a debug session while the program is running, and pressing the **Stop** button terminates the program.

>**Tip**: The **Run** action is always available, but not all debugger extensions support 'Run'. In this case, 'Run' will be the same as 'Debug'.
Expand Down

0 comments on commit 0804fd8

Please sign in to comment.