Skip to content

Commit

Permalink
Update GDB docs
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Aug 1, 2020
1 parent b5c8667 commit 75490b9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions extra/HOWTO-DEBUG-WITH-GDB.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
- [Setting up `st-util`](#setting-up-st-util)
- [Build your sketch](#build-your-sketch)
- [Download and debug](#download-and-debug)
- [Windows](#windows)
- [Linux](#linux)
- [Windows](#windows)
- [Linux](#linux)

<!-- /TOC -->
<!-- markdownlint-restore -->
Expand Down Expand Up @@ -122,7 +122,9 @@ The `st-util` tool connects to the STLINK, and exports a local TCP socket compat

From the above, the path to the tools is: `C:\\Users\\tmm\\AppData\\Local\\Arduino15\\packages\\mcci\\tools\\arm-none-eabi-gcc\\6-2017-q2-update/bin`

And the path to the build directory (where your sketch .elf file was created): `c:\\tmp\\build-vscode-lmic/compliance-otaa-halconfig.ino.elf`.
The path of your sketch `.elf` file is: `c:\\tmp\\build-vscode-lmic/compliance-otaa-halconfig.ino.elf`

The path of the build directory (where your sketch .elf file was created): `c:\\tmp\\build-vscode-lmic`.

## Download and debug

Expand Down

0 comments on commit 75490b9

Please sign in to comment.