|
|
|
@ -123,7 +123,7 @@
@@ -123,7 +123,7 @@
|
|
|
|
|
<Pad id = "WatchPad" |
|
|
|
|
category = "Debugger" |
|
|
|
|
title = "${res:MainWindow.Windows.Debug.Watch}" |
|
|
|
|
icon = "PadIcons.LocalVariables" |
|
|
|
|
icon = "PadIcons.Watches" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Gui.Pads.WatchPad" |
|
|
|
|
defaultPosition = "Bottom, Hidden" /> |
|
|
|
|
</Path> |
|
|
|
@ -160,7 +160,8 @@
@@ -160,7 +160,8 @@
|
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
<Path name="/SharpDevelop/TreeNodeFactories"> |
|
|
|
|
<Class id="DebuggerTreeNodesFactory" class="ICSharpCode.SharpDevelop.Gui.Pads.DebuggerTreeNodesFactory" /> |
|
|
|
|
<Class id="DebuggerTreeNodesFactory" |
|
|
|
|
class="ICSharpCode.SharpDevelop.Gui.Pads.DebuggerTreeNodesFactory" /> |
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
<Path name = "/SharpDevelop/Services/DebuggerService/ModuleContextMenu"> |
|
|
|
@ -187,4 +188,21 @@
@@ -187,4 +188,21 @@
|
|
|
|
|
<Path name="/AddIns/Debugger/Tooltips/ContextMenu/ValueNode"> |
|
|
|
|
<Include path="/AddIns/Debugger/Tooltips/ContextMenu/TreeNode" /> |
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
<Path name="/SharpDevelop/Pads/WatchPad/ToolBar"> |
|
|
|
|
<ToolbarItem id="AddWatch" |
|
|
|
|
icon="Icons.16x16.WatchAdd" |
|
|
|
|
tooltip="${res:MainWindow.Windows.Debug.Watch.AddWatch}" |
|
|
|
|
class="Debugger.AddIn.AddWatchCommand" /> |
|
|
|
|
<ToolbarItem id="RemoveWatch" |
|
|
|
|
icon="Icons.16x16.WatchDelete" |
|
|
|
|
tooltip="${res:MainWindow.Windows.Debug.Watch.RemoveWatch}" |
|
|
|
|
class="Debugger.AddIn.RemoveWatchCommand" /> |
|
|
|
|
<ToolbarItem type="Separator" /> |
|
|
|
|
<ToolbarItem id="ClearWatches" |
|
|
|
|
icon="Icons.16x16.WatchesDelete" |
|
|
|
|
tooltip="${res:MainWindow.Windows.Debug.Watch.RemoveAll}" |
|
|
|
|
class="Debugger.AddIn.ClearWatchesCommand" /> |
|
|
|
|
<ToolbarItem type="Separator" /> |
|
|
|
|
</Path> |
|
|
|
|
</AddIn> |
|
|
|
|