"justMyCode": true, // debug时只进入项目自带文件,不进入安装的包文件 "env": {"PYDEVD_WARN_SLOW_RESOLVE_TIMEOUT": "2"}, // 以防debug看变量时,由于加载时间长而显示warning "cwd": "${fileDirname}" // 控制代码的初始路径为debug文件所在路径 } ] } 1. 2. 3. 4. 5. 6. 7. 8. 9...
Initialize the environment variable PYDEVD_IPYTHON_COMPATIBLE_DEBUGGING at the point of spawning the Python kernel. (#11682) Thanks Thanks to the following projects which we fully rely on to provide some of our features: Python Extension debugpy Also thanks to the various projects we provide inte...