Debugger locks up

Issue #474 resolved
Scott Wells repo owner created an issue

Eric Alexander reported an issue where the offline debugger locks up in a certain situation. He's provided an environment where I was able to troubleshoot the issue. The problem appears to be a situation where trying to advance the instruction pointer at the end of a stack frame was causing an infinite loop because the same event was being considered the next event to be processed.

Comments (2)

  1. Log in to comment