Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Debuggers breaks into PTVSD code #416

Closed
DonJayamanne opened this issue May 10, 2018 · 3 comments
Closed

Debuggers breaks into PTVSD code #416

DonJayamanne opened this issue May 10, 2018 · 3 comments
Labels
Milestone

Comments

@DonJayamanne
Copy link
Contributor

  • Create a python file with the following code:
if True:
  • Enable the setting [x] Uncaught Exceptions
  • Debug using the experimental debugger
  • Debugger breaks into pydevd code

I've been told in the past this is related to #194, however I disagree.
This is related to #169, i.e. we shouldn't be stepping/breaking into the debugger code.
Note: This is not standard lib code, its pydevd (debugger code).

screen shot 2018-05-10 at 11 56 17 am

@DonJayamanne
Copy link
Contributor Author

@int19h @karthiknadig cc

@karthiknadig
Copy link
Member

That is breaking into runpy.py, That is standard library file, give that it is located in the python install directory.

@DonJayamanne
Copy link
Contributor Author

Oops, yes, for some reason I thought I saw pydevd. Sorry.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants