nuttx-mirror/tools/gdb/requirements.txt
xuxingliang 191dbcc4f1 gdb/debug: add debugpy to debug python code
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>
2024-11-25 13:37:30 +08:00

13 lines
220 B
Text

contourpy==1.3.0
cycler==0.12.1
debugpy==1.8.7
fonttools==4.54.1
kiwisolver==1.4.7
matplotlib==3.9.2
numpy==2.1.2
packaging==24.1
pillow==11.0.0
pyelftools==0.31
pyparsing==3.2.0
python-dateutil==2.9.0.post0
six==1.16.0