Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Step out of a program being debugged results debugger going into the PTVSD library #767

Closed
DonJayamanne opened this issue Feb 13, 2018 · 4 comments · Fixed by #2217
Closed
Assignees
Labels
area-debugging bug Issue identified by VS Code Team member as probable bug

Comments

@DonJayamanne
Copy link

DonJayamanne commented Feb 13, 2018

  • Debug a simple program
print("Hello world")
  • Add a break point to the print statement
  • When the break point hits, print click on Step Out
  • You now end up in the runpy.py file

Upstream issue microsoft/ptvsd#194
Upstream issue microsoft/ptvsd#416

@DonJayamanne DonJayamanne added bug Issue identified by VS Code Team member as probable bug awaiting 2-PR area-debugging labels Feb 13, 2018
@DonJayamanne DonJayamanne added this to the February 2018 milestone Feb 13, 2018
@brettcannon brettcannon modified the milestones: February 2018, March 2018 Feb 20, 2018
@brettcannon brettcannon modified the milestones: March 2018, April 2018 Mar 12, 2018
@DonJayamanne DonJayamanne modified the milestones: April 2018, May 2018 Apr 20, 2018
@karthiknadig
Copy link
Member

This no longer stops in ptvsd_launcher.py.

@DonJayamanne
Copy link
Author

DonJayamanne commented May 4, 2018

@karthiknadig
Thanks, I've updated the issue as it now depends on Just My Code

@DonJayamanne DonJayamanne reopened this May 4, 2018
@DonJayamanne DonJayamanne removed this from the May 2018 milestone May 31, 2018
@DonJayamanne
Copy link
Author

Fixed

@DonJayamanne
Copy link
Author

Reopening to add news entry

@lock lock bot locked as resolved and limited conversation to collaborators Aug 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-debugging bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants