provegard / ncdbg

A debugger for Nashorn that uses Chrome DevTools as frontend
BSD 3-Clause "New" or "Revised" License
31 stars 5 forks source link

Fix shaky pause support #71

Closed provegard closed 6 years ago

provegard commented 6 years ago

General pause failed on Travis with:

[2018-01-02T17:15:23.619Z] [NashornDebuggerHost][DEBUG]: Creating one-off breakpoint request(s) at [jdk.nashorn.internal.runtime.JSType:1710, jdk.nashorn.internal.runtime.JSType:1711, jdk.nashorn.internal.runtime.JSType:1712, jdk.nashorn.internal.runtime.JSType:1713, jdk.nashorn.internal.runtime.JSType:1714, jdk.nashorn.internal.runtime.JSType:1717] and method entry/exit requests for pausing.
provegard commented 6 years ago

Green build in Travis, closing for now.