From xystar2012 on September 13, 2017 6:14
Environment data
VS Code version: 1.15.1
Python Extension version:3.5
Python Version:python3.5
OS and version: win7 x64
Actual behavior
make breakpoint in the Qthread run function,I'm not able to place a debug break in the run method.
Expected behavior
stop at the breakpoint in Qthread run method,as the breakpoints mainthread can do
Steps to reproduce:
Logs
Output from Python output panel
Output from Console window (Help->Developer Tools menu)
no output at all
Copied from original issue: DonJayamanne/pythonVSCode#1209
From xystar2012 on September 13, 2017 6:14
Environment data
VS Code version: 1.15.1
Python Extension version:3.5
Python Version:python3.5
OS and version: win7 x64
Actual behavior
make breakpoint in the Qthread run function,I'm not able to place a debug break in the run method.
Expected behavior
stop at the breakpoint in Qthread run method,as the breakpoints mainthread can do
Steps to reproduce:
Logs
Output from
Pythonoutput panelOutput from
Console window(Help->Developer Tools menu)no output at all
Copied from original issue: DonJayamanne/pythonVSCode#1209