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

Add run and debug config #110

Closed
TrevCraw opened this issue Oct 17, 2022 · 1 comment · Fixed by #165
Closed

Add run and debug config #110

TrevCraw opened this issue Oct 17, 2022 · 1 comment · Fixed by #165
Assignees
Labels
Milestone

Comments

@TrevCraw
Copy link
Contributor

TrevCraw commented Oct 17, 2022

Prototype both run and debug configuration for IntelliJ.

For debug config, see if it is possible to integrate with the current remote Java debug config. Try to dynamically pick up the Liberty debug port from server.env in target when the debug configuration is created OR when the debug action is run.

If the port cannot be found or the debugger fails to attach, try to provide a more helpful Liberty-centric error message (ie. suggest that Liberty dev mode may not be running).

Anticipated user flow would be to start Liberty dev mode and then start the debug action once dev mode is running.

@TrevCraw TrevCraw added high priority 3 Estimated story points design labels Oct 17, 2022
@TrevCraw TrevCraw added this to the GA milestone Oct 17, 2022
@kathrynkodama
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging a pull request may close this issue.

2 participants