forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-debuggingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginfo-neededIssue requires more information from posterIssue requires more information from poster
Description
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
Metadata
Metadata
Assignees
Labels
area-debuggingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginfo-neededIssue requires more information from posterIssue requires more information from poster