From d2a3b1a1f1e09e8a519a179a780e19825bfbad56 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 2 Apr 2008 17:34:22 -0400 Subject: [PATCH] When clicking a breakpoint that exists, tell the connection to remove it * Source/DebuggerWindowController.m: ([DebuggerWindowController gutterClickedAtLineForFile:]) --- Source/DebuggerWindowController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/DebuggerWindowController.m b/Source/DebuggerWindowController.m index 376b672..4cdacdc 100644 --- a/Source/DebuggerWindowController.m +++ b/Source/DebuggerWindowController.m @@ -277,7 +277,7 @@ if ([mngr hasBreakpointAt:line inFile:file]) { - [mngr removeBreakpointAt:line inFile:file]; + [connection removeBreakpoint:[mngr removeBreakpointAt:line inFile:file]]; } else { -- 2.22.5