Tools__BreakpointBrowser.st
branchjv
changeset 16445 6bc184e74f9c
parent 16213 f667b5b42a11
parent 16436 4d0d3645aa7d
child 19600 4b1129981eb9
--- a/Tools__BreakpointBrowser.st	Wed May 04 08:21:04 2016 +0200
+++ b/Tools__BreakpointBrowser.st	Thu May 05 06:48:38 2016 +0200
@@ -1483,10 +1483,10 @@
 
     entry := self breakpointListEntryAtIndex:self selectionIndexHolder value.
     Debugger 
-        ignoreHaltIn:(entry method) 
-        at:(entry lineNumber) 
+        ignoreHaltIn:(entry method) at:(entry lineNumber) 
         forCount:nil orTimeDuration:nil orUntilShiftKey:false
         orReceiverClass:nil orProcess:nil.
+        
     self updateShownBreakpointList
 
     "Modified: / 27-01-2012 / 11:34:11 / cg"