diff --git a/_labs/debugging.md b/_labs/debugging.md index 3937c8e..80a334b 100644 --- a/_labs/debugging.md +++ b/_labs/debugging.md @@ -112,7 +112,11 @@ More modern tools like VSCode have built-in extensions to interface with GDB and 3. Click the Install button to install the C/C++ extension. If you see a Disable button, that means you have already installed the extension. -Once you have ensured the extension is installed, open the `main.c` file (if it is not open already). Next, click on the play button with bug in the upper right corner. If your debugger was configured properly, you should not see any errors and a new debugger view should show. You should see a menu pop up in the middle top of your screen. These are the controls that will help you run through your program. +Once you have ensured the extension is installed, open the `main.c` file (if it is not open already). Next, click on the play button with bug in the upper right corner. If your debugger was configured properly, you should not see any errors and a new debugger view should show. It takes longer than you might expect on the Raspberry Pi. Once it is down loading, you should see a menu pop up in the middle top of your screen. These are the controls that will help you run through your program. + +
+ VSCode debugging icons +
**Follow the corresponding questions on the README.md for this lab as you learn the following techniques of graphical debugging.** diff --git a/assets/debugging/controls.png b/assets/debugging/controls.png new file mode 100644 index 0000000..0db8ff3 Binary files /dev/null and b/assets/debugging/controls.png differ