Advertisement
Guest User

Untitled

a guest
Apr 6th, 2020
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.65 KB | None | 0 0
  1. {
  2.     // Use IntelliSense to learn about possible attributes.
  3.     // Hover to view descriptions of existing attributes.
  4.     // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
  5.     "version": "0.2.0",
  6.     "configurations": [
  7.         {
  8.             "name": "Snowy GDB",
  9.             "type": "gdb",
  10.             "request": "attach",
  11.             "executable": "${workspaceRoot}/build/snowy/tintin_fw.elf",
  12.             "target": "localhost:63770",
  13.             "cwd": "${workspaceRoot}",
  14.             "gdbpath": "arm-none-eabi-gdb.exe",
  15.             "remote": true,
  16.             "autorun": [
  17.             ]            
  18.         }
  19.     ]
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement