mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 07:28:38 +08:00
191dbcc4f1
Usage: (gdb) debugpy Waiting for connection at localhost:5678 In VSCode, add new configuration in launch. { "name": "Python Debugger: Remote Attach", "type": "debugpy", "request": "attach", "connect": { "host": "localhost", "port": 5678 } } and launch. Signed-off-by: xuxingliang <xuxingliang@xiaomi.com> |
||
---|---|---|
.. | ||
nuttxgdb | ||
.gitignore | ||
gdbinit.py | ||
pyproject.toml | ||
requirements.txt |