B4J Question Only get this error when I have a line set with breakpoint.

Gary Miyakawa

Active Member
Licensed User
Longtime User
I was making minor changes (adding a keepalive routine) to my code and added a breakpoint to test it. When the program starts to execute, it gets the following message...

java.lang.IllegalArgumentException: Can not set static anywheresoftware.b4j.objects.NodeWrapper$ConcreteNodeWrapper field com.miyakawa.vtc_uremote.main._alleyleftred to anywheresoftware.b4j.objects.NodeWrapper

If I remove the breakpoint, the program executes normally...

Suggestions ?

Thanks,

Gary M
 
Top