-
Notifications
You must be signed in to change notification settings - Fork 59
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
I use javafx-gradle-plugin and want to debug the program with IDEA, but failed #77
Comments
Hi, you might want to use jfx {
runJavaParameter = '-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005'
} This parameter was introduced to have debug-settings running, but not having this in production outcome. |
I'll try it tonight ! |
Can't repeat this in my. build.gradle
Set breakpoint (for example to Running log
Application starts immediately without stopping. I need some additional actions about which in the topic was not explicitly mentioned above? |
Hi @zvpdev, did you solve this issue? Hi @FibreFoX when I run debug mode with But when I run command: |
Is there any debuggable example working for IDEA + gradle ?
Tried the gradle Debug "jfxRun" using IDEA, but not working..
netstat -an | find "5005"
not find the debug server port..
my build.gradle looks like below:
The text was updated successfully, but these errors were encountered: