You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't get remote debugging with IntelliJ working with my application which uses JDK 7 with the args that the native packager uses for -jvm-debug, but could get it working with the latter set of args
The text was updated successfully, but these errors were encountered:
Thanks for reporting. The -jvm-debug is a convenience setting, so you can always choose (as you did) to do it manually.
However I think updating this would be a good idea as I have no report of any jdk 1.4 user. Would you like to provide a pull request for this? This is the place to change.
It looks like the jvm debugger options passed into the java application are of the type:
which is the outdated JDK 1.4 way of doing things.
Shouldn't it be using these args instead:
I couldn't get remote debugging with IntelliJ working with my application which uses JDK 7 with the args that the native packager uses for
-jvm-debug
, but could get it working with the latter set of argsThe text was updated successfully, but these errors were encountered: