-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Custom config for testing and debug v2 design #23907
Comments
The following is the new V2 design as formulated by @cwebster-99 and I. These would be found / placed in the launch.json design for testing
debug testFor "debug-test" allow all attributes currently supported by the python debugger
Run button / non-test scenarios
Here a user could specify they do not want a launch.json config to be used for debugging but again an opt out instead of an opt in scenario. Questions:
|
Along these lines, one more consideration is on the Run button / non-test scenarios should we be including |
Notes/Edits after discussion:
|
These would be found / placed in the launch.json design for testing
debug testFor "debug-test" allow all attributes currently supported by the python debugger
Run button / non-test scenarios
Debug configs remain unchanged :) |
In previous iterations we created a V1/MVP for a custom config design for testing and debugging. In this upcoming iteration we will work on iterating for a V2
The text was updated successfully, but these errors were encountered: