You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@netbeans.apache.org by Blaine Heinfeld <bw...@gmail.com> on 2022/01/21 15:30:39 UTC

NetBeans 12.6/Java 11 Remote Debug Fails - Property "debug-args-line" has not been set

My attempts to debug on a remote Raspberry Pi 4 are failing with the 
following error:

Error: Could not find or load main class args-line
Caused by: java.lang.ClassNotFoundException: args-line

This seems to be a result of the following message earlier in the output 
stream:

Property "debug-args-line" has not been set

which in turn seems to cause "${debug-args-line}" to be included in the 
command string sent to the Raspberry Pi.

How do I resolve this and restore debug capability?

Blaine Heinfeld


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org
For additional commands, e-mail: users-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists