From 06977066d1c06689817d82d82dab2318e96fe608 Mon Sep 17 00:00:00 2001 From: Paul Guenette Date: Sat, 13 Jan 2018 12:54:37 -0500 Subject: [PATCH] Add more info on controlling the debugger --- Firmware/configuring-vscode.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Firmware/configuring-vscode.md b/Firmware/configuring-vscode.md index 0b2950c8..ec9b0adb 100644 --- a/Firmware/configuring-vscode.md +++ b/Firmware/configuring-vscode.md @@ -45,8 +45,9 @@ Note: If developing on Windows, you should have `arm-none-eabi-gdb` and `openOCD * Debug -> Start Debugging (or press F5) * The processor will reset and halt. * Set your breakpoints. Note: you can only set breakpoints when the processor is halted, if you set them during run mode, they won't get applied. - * Run - * When done debugging, simply halt the debugger. It will kill your + * Run (F5) + * Stepping over/in/out, restarting, and changing breakpoints can be done by first pressing the "pause" (F6) button at the top the screen. + * When done debugging, simply stop (Shift+F5) the debugger. It will kill your openOCD process too. ## Cleaning the Build This sometimes needs to be done if you change branches.