debugger icon indicating copy to clipboard operation
debugger copied to clipboard

Funny behavior when the user tries to terminate the target before it stops for the first time

Open xusheng6 opened this issue 1 year ago • 0 comments

If the user sets debugger.stopAtEntryPoint to false, the target process will run on its own and not stop. Right now, we are not creating the debugger binary view (and do some other initialization tasks) until the target stops for the first time. As a result, in this case, these operations would not have been done if the user decides to kill the target. And what happens next is funny, that the debugger will try to create the debugger view after the target has been killed.

I noticed this behavior while working on https://github.com/Vector35/debugger/issues/547

xusheng6 avatar Feb 22 '24 12:02 xusheng6