Merge jv
authorMerge Script
Wed, 17 Feb 2016 07:03:56 +0100
branchjv
changeset 16120 fcd045016286
parent 16118 50dcc9230d1b (current diff)
parent 16119 b19267e8b8ed (diff)
child 16124 c82034f4d715
Merge
Tools__BreakpointBrowser.st
--- a/Tools__BreakpointBrowser.st	Sun Feb 14 07:00:06 2016 +0100
+++ b/Tools__BreakpointBrowser.st	Wed Feb 17 07:03:56 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 ].