【发布时间】:2018-10-15 20:54:51
【问题描述】:
在下面的控制台输出中,它清楚地表明断点在新进程中不起作用。用于附加到子进程的调试器设置在哪里?
pydev debugger: starting
pydev debugger: New process is launching (breakpoints won't work in the new process).
pydev debugger: To debug that process please enable 'Attach to subprocess automatically while debugging?' option in the debugger settings.
Bottle v0.12.13 server starting up (using WSGIRefServer())...
Listening on http://0.0.0.0:8080/
Hit Ctrl-C to quit.
【问题讨论】:
标签: python visual-studio-code pydev bottle