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

Launch debugger instead of attaching when debugging Python unit tests #983

Closed
DonJayamanne opened this issue Mar 7, 2018 · 0 comments · Fixed by #990
Closed

Launch debugger instead of attaching when debugging Python unit tests #983

DonJayamanne opened this issue Mar 7, 2018 · 0 comments · Fixed by #990
Labels
area-debugging area-testing debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Milestone

Comments

@DonJayamanne
Copy link

DonJayamanne commented Mar 7, 2018

  • When debugging python unit tests (pytest, nose or unittests), VSC launches the code and attaches to the running code via the debugger
  • Change this to: Launch the code in debug mode (easier, faster and avoids the need to start socket servers for attaching).

Preparation for use of experimental debugger

@DonJayamanne DonJayamanne added needs PR debt Covers everything internal: CI, testing, refactoring of the codebase, etc. area-testing area-debugging labels Mar 7, 2018
@DonJayamanne DonJayamanne added this to the March 2018 milestone Mar 7, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jul 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-debugging area-testing debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants