Community
Participate
Working Groups
Created attachment 204091 [details] proposed fix Depending on the implementation of the EventQueue / EventRequestManager it could be possible to process a SuspendEvent when no StepEvent has been received. For example: you step return from a function and the remote VM (browser) immediately suspends (on a breakpoint or exception) - in this case the thread that initiated the step would still think it was still stepping and be in the wrong state (waiting for a StepEvent that will never come).
applied to HEAD