V
vl106
Being new to Java programming I encounter problems when debugging
a Java application within Netbeans IDE 4.0. Neither debugging via socket
nor shared memory works. Following the tips from the web the VM params
(set in project properties) should be:
-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,
server=y,address=javadebug,suspend=n
I receive the error message:
ERROR: JDWP unable to get necessary JVMTI capabilities. ["debugInit.c",L279]
Java Result: 1
What's wrong???
a Java application within Netbeans IDE 4.0. Neither debugging via socket
nor shared memory works. Following the tips from the web the VM params
(set in project properties) should be:
-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,
server=y,address=javadebug,suspend=n
I receive the error message:
ERROR: JDWP unable to get necessary JVMTI capabilities. ["debugInit.c",L279]
Java Result: 1
What's wrong???