Closed provegard closed 7 years ago
Failing test: "should support pausing at next statement when there's no function call involved and the thread isn't sleeping"
Also interesting:
[2017-09-06T21:45:12.033957400Z] [NashornDebuggerHost][INFO]: Will pause at next script statement
[2017-09-06T21:45:12.033957400Z] [NashornDebuggerHost][DEBUG]: Creating one-off breakpoint request(s) at [java.lang.ref.ReferenceQueue:143, java.lang.ref.ReferenceQueue:144, java.lang.ref.ReferenceQueue:146, java.lang.ref.ReferenceQueue:147, java.lang.ref.ReferenceQueue:148, java.lang.ref.ReferenceQueue:149, java.lang.ref.ReferenceQueue:151, java.lang.ref.ReferenceQueue:152, java.lang.ref.ReferenceQueue:153, java.lang.ref.ReferenceQueue:154, java.lang.ref.ReferenceQueue:155, java.lang.ref.ReferenceQueue:156, java.lang.ref.ReferenceQueue:157, java.lang.ref.ReferenceQueue:158, java.lang.ref.ReferenceQueue:159, java.lang.ref.ReferenceQueue:161, jdk.nashorn.internal.runtime.AccessorProperty:644, jdk.nashorn.internal.runtime.AccessorProperty:645, jdk.nashorn.internal.runtime.AccessorProperty:648] and method entry/exit requests for pausing.
[2017-09-06T21:45:12.060957Z] [NashornDebuggerHost][DEBUG]: Pausing at location jdk.nashorn.internal.runtime.AccessorProperty:644 in thread main
[2017-09-06T21:45:12.061457100Z] [NashornDebuggerHost][INFO]: Pausing at eval:///ScriptRecompilation20/eval/1503660218:3: while (!done) {
During code evaluation:
Maybe it's the actual code string, need to investigate.