Tools__BreakpointBrowser.st
changeset 16119 b19267e8b8ed
parent 15941 a2bb2952da6d
child 16120 fcd045016286
child 16204 e5df21e1e404
--- a/Tools__BreakpointBrowser.st	Sat Feb 13 12:24:44 2016 +0100
+++ b/Tools__BreakpointBrowser.st	Tue Feb 16 19:49:29 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2008 by eXept Software AG
 	      All Rights Reserved
@@ -933,6 +931,8 @@
     |selIndex entry info|
 
     (selIndex := self selectionIndexHolder value) isNil ifTrue:[^ false].
+    (selIndex == 0) ifTrue:[^ false].
+
     entry := self breakpointListEntryAtIndex:selIndex.
     info := Debugger haltIgnoreInformationFor:(entry method) atLineNr:(entry lineNumber).
     ^ info notNil and:[ info isHaltIgnored ].