From 95d9b2e11f0851daaa4c1647543fc1f155ab58b3 Mon Sep 17 00:00:00 2001 From: Luca Ceresoli Date: Fri, 2 Feb 2024 13:54:36 +0100 Subject: [PATCH] debugging: labs: add missing words Signed-off-by: Luca Ceresoli --- .../debugging-application-crash/debugging-application-crash.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/debugging-application-crash/debugging-application-crash.tex b/labs/debugging-application-crash/debugging-application-crash.tex index ce1b731c4f..228ced295e 100644 --- a/labs/debugging-application-crash/debugging-application-crash.tex +++ b/labs/debugging-application-crash/debugging-application-crash.tex @@ -214,7 +214,7 @@ \section{(Bonus) Configuring an IDE for debugging} You can now start the debugging session (hit the "Run and Debug" tab on the left column, then "Debug linked list" in the list on top left, or -directly hit "F" tio). +directly hit "F5" to start the debug session). VSCode will start our cross-gdb and connect it to the remote gdbserver, and you will be able to do everything we have done in the console so far: \begin{itemize}