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>
13 lines
220 B
Text
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
|