-
Notifications
You must be signed in to change notification settings - Fork 174
Closed
Labels
needs reproIssue has not been reproduced yetIssue has not been reproduced yet
Description
How to reproduce:
-
Disable
justmycode
for debugpy (in my case it's disabled both in user and workspace settings).
-
Create an empty python file.
-
Open
Python\Lib\importlib\__init__.py
and insert a breakpoint. You can add some print statement to get sense when we're past the breakpoint.
-
Start debug for an empty python file with the "Python Debugger: Debug Python file".
-
Script will be executed but breakpoint is never triggered - though there will be print messages we added on step 3.
As a workaround it's possible to debug it with the classic breakpoint()
though it's not as convenient.
Metadata
Metadata
Assignees
Labels
needs reproIssue has not been reproduced yetIssue has not been reproduced yet