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

how to debug via javafx-maven-plugin #318

Open
lazaru opened this issue Nov 22, 2017 · 6 comments
Open

how to debug via javafx-maven-plugin #318

lazaru opened this issue Nov 22, 2017 · 6 comments

Comments

@lazaru
Copy link

lazaru commented Nov 22, 2017

I can not make the eclipse stop at a breakpoint to debug..
Does anyone know how to do this?

I already tried this:
https://blog.jooq.org/2015/06/23/how-to-debug-your-maven-build-with-eclipse/

http://answerforqa.weblog.to/archives/1039022150.html

@FibreFoX FibreFoX self-assigned this Jan 4, 2018
@FibreFoX FibreFoX added this to the v9.0.0 milestone Jan 4, 2018
@FibreFoX
Copy link
Member

FibreFoX commented Feb 6, 2018

To drop some lines:
When running mvn jfx:run a separate JVM will be created, where the connections to any javaagent gets dropped. As my next weeks seem to get me some spare-time I will spend some time onto this

@FibreFoX FibreFoX removed this from the v9.0.0 milestone Mar 30, 2018
@ruckc
Copy link

ruckc commented Jun 20, 2019

+1 - implementing this would be extremely beneficial as I can't set a breakpoint in intellij and running through standard Intellij mechanisms has module issues that I can't figure out.

@Amaneusz
Copy link

Amaneusz commented Dec 4, 2019

@FibreFoX has there been any progress in this matter?

@kyraaan
Copy link

kyraaan commented Dec 5, 2019

Would love to hear if there is an update on this :)

@Lehcim1995
Copy link

I found a solution here: https://stackoverflow.com/questions/56197372/i-cant-debug-an-application-using-netbeans-11-with-javafx-12/56207033#56207033.

@Manaril
Copy link

Manaril commented Feb 18, 2020

I found a solution here: https://stackoverflow.com/questions/56197372/i-cant-debug-an-application-using-netbeans-11-with-javafx-12/56207033#56207033.

Found this one too. For Eclipse users : run the maven debug configuration as described, then a Remote Java Application on corresponding port. This can be chained in a single Launch Group configuration with proper regex binding (eg "Listening for transport")

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

No branches or pull requests

7 participants