-
Notifications
You must be signed in to change notification settings - Fork 412
Closed
Description
When debugging in a workspace with multiple Java projects some may not be building at the moment and so the build will fails.
This triggers a prompt each time you try to debug your project even if it is building correctly.
Until now a configuration flag as been added to disable the build process to this case but if you still want to have your project built you cannot use it.
A better solution would be to add a configuration flag to allow building and proceeding with the debug session even if the build fails.
Steps To Reproduce
- Create workspace
- Add two Java projects
- Make one project buildable
- Make another project un-buildable (introduce a syntax error)
- Try to debug the buildable project
Current Result
Prompts for build failure with following options: "Proceed","Fix...","Cancel"
If "Proceed" selected - allows debugging.
Expected Result
If a configuration flag exists with value "Proceed" allow proceeding with debug session.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels