Skip to content

Commit e3c0062

Browse files
authored
Update debugging.md
1 parent b50f72e commit e3c0062

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/debugging.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ You can choose to develop locally or develop in [Codespaces](https://github.com/
5353
1. Setup your router to forward outside connections to port 3333 to your local machine. This allows the Codespaces GDB service to communicate with the devkit via the local OpenOCD instance.
5454
> Warning: This will expose the OpenOCD service to the public network which may result in an external compromise.
5555
56-
1. Install [Termite](https://www.compuphase.com/software_termite.htm) for serial port monitoring if desired.
5756

5857
## Start Debugging
5958

@@ -65,9 +64,11 @@ You can choose to develop locally or develop in [Codespaces](https://github.com/
6564
1. Open the VSCode workspace in the directory for the devkit you would like to debug. For example the STM32L4 devkit workspace is "STMicroelectronics/STM32L4_L4+/STM32L4plus.code-workspace".
6665

6766
1. Build the application by pressing "F7"
68-
1. Choose the "ARM GCC Cortex" CMake kit when prompted
67+
* Choose the "ARM GCC Cortex" CMake kit when prompted
6968

7069
1. Start the debugger by pressing "F5".
71-
1. For debugging locally, use "localhost:3333" for the OpenOCD hostname.
72-
1. For debugging from a local Docker image, use "host.docker.internal:3333".
73-
1. For debugging via Codespaces, specify {PUBLIC_IP_ADDRESS}:3333
70+
* For debugging locally, use "localhost:3333" for the OpenOCD hostname.
71+
* For debugging from a local Docker image, use "host.docker.internal:3333".
72+
* For debugging via Codespaces, specify {PUBLIC_IP_ADDRESS}:3333
73+
74+
1. Use a serial monitor such as [Termite](https://www.compuphase.com/software_termite.htm) for monitoring the device's output.

0 commit comments

Comments
 (0)