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

Fixes #520 accept debugger by default in dev mode #523

Merged
merged 1 commit into from
Jan 16, 2019

Conversation

stuartwdouglas
Copy link
Member

No description provided.

*
* false: The JVM is not started in debug mode true: The JVM is started in debug mode and suspends until a debugger is
* attached to 5005 client: The JVM is started in client mode, and attempts to connect to localhost:5005 {port}: The JVM is
* started in debug mode and suspends until a debugger is attached to {port}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it would be better with a proper list? It's not very readable right now.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 for an unordered list!

//to the runner jar
// we also want to add the maven plugin jar to the class path
// this allows us to just directly use classes, without messing around copying them
// to the runner jar
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is a good example of why we need a formatter.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just realised I had accidentally left the eclipse formatter enabled after my experiments

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me apart from the comment on the Javadoc that could be improved.

@cescoffier cescoffier merged commit 52e2cfa into quarkusio:master Jan 16, 2019
@cescoffier cescoffier deleted the 520 branch January 16, 2019 13:00
@cescoffier cescoffier added this to the 0.6.0 milestone Jan 16, 2019
@mkouba
Copy link
Contributor

mkouba commented Jan 16, 2019

@stuartwdouglas nice table ;-)

maxandersen pushed a commit to maxandersen/quarkus that referenced this pull request Nov 5, 2022
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants