Skip to content

Java multiprject workspaces build fail prompt #888

@srfrnk

Description

@srfrnk

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
  1. Create workspace
  2. Add two Java projects
  3. Make one project buildable
  4. Make another project un-buildable (introduce a syntax error)
  5. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions