Closed provegard closed 6 years ago
There seems to be both a step event and a breakpoint event happening in sequence:
[2018-03-05T00:15:38.862Z] [NashornDebuggerHost][INFO]: AFTER PF (StepEvent@jdk.nashorn.internal.scripts.Script$1$\^eval\_:5 in thread main), doResume = false
[2018-03-05T00:15:38.862Z] [ScriptExecutorRunner][DEBUG]: Dispatching to event observers: HitBreakpoint(ArrayBuffer(StackFrameImpl(ndsf48,ObjectNode(Object,{"id":"uid-2070"}),ListBuffer(Scope(ObjectNode(Object,{"id":"uid-2070"}),global)),nds2:5 (jdk.nashorn.internal.scripts.Script$1$\^eval\_:5),com.programmaticallyspeaking.ncd.nashorn.StackBuilder$$Lambda$472/1724673083@17ce87cd,FunctionDetails(:program))),None,Step)
[2018-03-05T00:15:38.862Z] [NashornDebuggerHost][INFO]: AFTER PF (BreakpointEvent@jdk.nashorn.internal.scripts.Script$1$\^eval\_:5 in thread main), doResume = true
[2018-03-05T00:15:38.862Z] [Debugger][DEBUG]: Handling breakpoint event: HitBreakpoint(ArrayBuffer(StackFrameImpl(ndsf48,ObjectNode(Object,{"id":"uid-2070"}),ListBuffer(Scope(ObjectNode(Object,{"id":"uid-2070"}),global)),nds2:5 (jdk.nashorn.internal.scripts.Script$1$\^eval\_:5),com.programmaticallyspeaking.ncd.nashorn.StackBuilder$$Lambda$472/1724673083@17ce87cd,FunctionDetails(:program))),None,Step)
Event set size = 2
When stepping over a line that has a breakpoint, the effect is resume. Also the following error appears: