forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-debuggingfeature-requestRequest for new features or functionalityRequest for new features or functionalityneeds PRReady to be worked onReady to be worked on
Description
On behalf of @qubitron
Repo: github.com/qubitron/hello-stackoverflow
Scenario 1
- Enable unit tests (do not configure the args)
- Running and discovering tests fail
Suggestion: Check if args are empty, if they are, then display a prompt to configure test framework
Other errors
Testing with PyTest failedDebug adapter failed regularly leaving extension in a bad state (requiring restart of VS Code)Status bar had a messagerunning tests
(this never went away)Debugger bar appeared on the top (clicking stop did nothing)Debug adapter failed with usual messageDebug adapter failed unexpectedly
DeletingExperimental Debugger
configuration settings fromlaunch.json
fixed a lot of the issues
Todo:
- Improve error handling and logging (diagnosing)
- User should never have to reload VS Code
* Recover from a state where debugger has a messagerunning tests
Metadata
Metadata
Assignees
Labels
area-debuggingfeature-requestRequest for new features or functionalityRequest for new features or functionalityneeds PRReady to be worked onReady to be worked on