MySmallBasic icon indicating copy to clipboard operation
MySmallBasic copied to clipboard

Debugger NullPointerException

Open kwanghoon opened this issue 7 years ago • 0 comments

My Small Basic, Version 1.0.1 Exception in thread "jdiscript-event-thread" java.lang.NullPointerException at com.coducation.smallbasic.gui.MySmallBasicDebugger.lambda$1(MySmallBasicDebugger.java:173) at org.jdiscript.events.DebugEventDispatcher.doFullDispatch(DebugEventDispatcher.java:134) at org.jdiscript.events.DebugEventDispatcher.lambda$1(DebugEventDispatcher.java:112) at java.lang.Iterable.forEach(Unknown Source) at org.jdiscript.events.DebugEventDispatcher.dispatch(DebugEventDispatcher.java:112) at org.jdiscript.events.EventThread.run(EventThread.java:78)

kwanghoon avatar May 28 '18 09:05 kwanghoon