gtoolkit icon indicating copy to clipboard operation
gtoolkit copied to clipboard

Debugger can't "Proceed" after breaking into it with Ctrl+. and hangs GT

Open asampal opened this issue 2 years ago • 3 comments

Pressing ctrl + . on Windows brings up the debugger with wait at the top of the stack. Clicking the Proceed button seems to hang GT - the debugger window doesn't close, and GT is frozen.

Could this be related to https://github.com/feenkcom/gtoolkit/issues/2386 ?

Windows 11, GT 0.8.1514

asampal avatar May 29 '22 20:05 asampal

Proceeding works, actually. But, the window does not disappear after proceeding.

girba avatar Aug 25 '22 08:08 girba

Shouldn't GT be in a responsive state if proceeding, though? As it is, it doesn't respond to mouse or keyboard input.

asampal avatar Sep 02 '22 02:09 asampal

If the execution happens in the UI process, there is no interaction possible. If the execution happens in a different process, it is possible.

girba avatar Sep 02 '22 05:09 girba

We did a pass over the debugger since this issue and I cannot reproduce the issue anymore. Please open another one if the issue persists.

girba avatar Nov 04 '22 21:11 girba