Visual Studio Code's debugging UI appears when you start debugging an application, along with nRF Connect for VS Code's debugging UI and features. To learn more about Visual Studio Code's debugging UI, read its debugging documentation.
Tip
Remember to enable debugging to use the debugging features.
The following nRF Connect for VS Code debugging UI is available for examining the debugging process:
- Debugging Views in the Sidebar
- nRF Debug panel the Panel View
In addition, when the debugger is running, the debugging toolbar appears at the top of the screen and lets you control the debugging process using the following buttons:
| Button | Description |
|---|---|
Start/Continue |
Starts or continues the debugging process. |
Step over |
Steps over a function. |
Step in |
Steps into a function. |
Step out |
Steps out of a function. |
Restart |
Restarts the debugging process. |
Stop |
Stops the debugging process. |