Hi,
I am struggling to make my jboss debug config work
I am a newbie with intellij.
Configuring a local jboss configuration, Idea proposes some only-read JAVA_OPTS with '-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y'.
I'd like to modify it to "suspend=n" at the end.
Even adding it to VM args doesn't work.
How can I override those default JAVA_OPTS, please?
Thank you,
nic