Skip to content

Commit 9cf9d92

Browse files
ArseniiCherniaevnerzhulart
authored andcommitted
implemented OnDetach method
1 parent ccadee5 commit 9cf9d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mono.Debugging.Soft/SoftDebuggerSession.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ protected override void OnContinue ()
647647

648648
protected override void OnDetach ()
649649
{
650-
throw new NotSupportedException ();
650+
vm.Detach ();
651651
}
652652

653653
protected override void OnExit ()

0 commit comments

Comments
 (0)