Skip to content

Commit 755bed4

Browse files
author
David Karlaš
authored
Merge pull request #86 from JetBrains/detachImpl
implemented OnDetach method
2 parents ccadee5 + 9cf9d92 commit 755bed4

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)