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:
Don't deadlock due to debugger (or a thrown exception when exception pausing is enabled for that matter)
When the debugger is paused and the user loads a script (using
load
) that containsdebugger
, ncdbg will deadlock. At least two things are interesting here: