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

Deal with code evaluation that loads a script #66

Closed provegard closed 6 years ago

provegard commented 7 years ago

When the debugger is paused and the user loads a script (using load) that contains debugger, ncdbg will deadlock. At least two things are interesting here:

provegard commented 6 years ago

Also causing deadlock (probably):