esp_prog_vscode_debug
esp_prog_vscode_debug copied to clipboard
Update the instruction for debugging
Couple of instructions needs to be updated.
- "Native Debug" vscode extension is required for "type": "gdb" in launch.json. Otherwise IDE will show squiggly lines and debugging will not start
- On Ubuntu 20.4, pressing "ctrl+alt+t" inside vscode (default installation) will open terminal instead of task list. Updated the instruction accordingly.