You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 11, 2024. It is now read-only.
Handle debugger stop event with SoftDebuggerSession.TargetEvent
The debugger does not listen to some events fired by SoftDebuggerSession,
and may miss a stop event, which resumes command line processing, and lead
to hangup.
SoftDebuggerSession.TargetEvent handles all events and eliminates
possibility to introduce a hangup also in the future.
0 commit comments