DebugView.st
changeset 9612 28363bf9877d
parent 9594 ad3ecfd53aad
child 9613 380816519281
--- a/DebugView.st	Wed Oct 27 11:42:15 2010 +0200
+++ b/DebugView.st	Wed Oct 27 13:17:37 2010 +0200
@@ -944,6 +944,11 @@
                   label: '-'
                 )
                (MenuItem
+                  label: 'Manage Breakpoints'
+                  itemValue: openBreakPointBrowser
+                  translateLabel: true
+                )
+               (MenuItem
                   label: 'Allow Breakpoints in Debugger'
                   itemValue: allowBreakPointsInDebugger:
                   translateLabel: true
@@ -985,7 +990,7 @@
         nil
       )
 
-    "Modified: / 22-10-2010 / 15:52:27 / cg"
+    "Modified: / 27-10-2010 / 12:52:09 / cg"
 ! !
 
 !DebugView class methodsFor:'misc'!
@@ -4443,6 +4448,12 @@
     "Modified: / 12-09-2006 / 17:20:38 / cg"
 !
 
+openBreakPointBrowser
+    Tools::BreakpointBrowser open
+
+    "Created: / 27-10-2010 / 12:52:49 / cg"
+!
+
 openIgnoreHaltNTimesDialog
     |answer n|
 
@@ -7045,11 +7056,11 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.509 2010-10-22 13:52:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.510 2010-10-27 11:17:37 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.509 2010-10-22 13:52:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.510 2010-10-27 11:17:37 cg Exp $'
 ! !
 
 DebugView initialize!