|
|
|
|
@ -33,47 +33,47 @@
@@ -33,47 +33,47 @@
|
|
|
|
|
class = "ICSharpCode.SharpDevelop.Services.DebbugerExceptionMenuBuilder"/> |
|
|
|
|
</Path>--> |
|
|
|
|
|
|
|
|
|
<Path name = "/SharpDevelop/Workbench/Pads"> |
|
|
|
|
<Pad id = "BreakPointsPad3" |
|
|
|
|
<Path name = "/SharpDevelop/Workbench/Pads"> |
|
|
|
|
<Pad id = "BreakPointsPad" |
|
|
|
|
category = "Debugger" |
|
|
|
|
title = "${res:MainWindow.Windows.Debug.Breakpoints}" |
|
|
|
|
icon = "PadIcons.BreakPoints" |
|
|
|
|
shortcut = "Control|Alt|B" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Gui.Pads.BreakPointsPad"/> |
|
|
|
|
|
|
|
|
|
<Pad id = "CallStackPad3" |
|
|
|
|
<Pad id = "CallStackPad" |
|
|
|
|
category = "Debugger" |
|
|
|
|
title = "${res:MainWindow.Windows.Debug.CallStack}" |
|
|
|
|
icon = "PadIcons.CallStack" |
|
|
|
|
shortcut = "Control|Alt|C" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Gui.Pads.CallStackPad"/> |
|
|
|
|
|
|
|
|
|
<Pad id = "LoadedModulesPad3" |
|
|
|
|
<Pad id = "LoadedModulesPad" |
|
|
|
|
category = "Debugger" |
|
|
|
|
title = "${res:MainWindow.Windows.Debug.Modules}" |
|
|
|
|
icon = "PadIcons.LoadedModules" |
|
|
|
|
shortcut = "Control|Alt|U" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Gui.Pads.LoadedModulesPad"/> |
|
|
|
|
|
|
|
|
|
<Pad id = "RunningThreadsPad3" |
|
|
|
|
<Pad id = "RunningThreadsPad" |
|
|
|
|
category = "Debugger" |
|
|
|
|
title = "${res:MainWindow.Windows.Debug.Threads}" |
|
|
|
|
icon = "PadIcons.Threads" |
|
|
|
|
shortcut = "Control|Alt|H" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Gui.Pads.RunningThreadsPad"/> |
|
|
|
|
|
|
|
|
|
<Pad id = "LocalVarPad3" |
|
|
|
|
<Pad id = "LocalVarPad" |
|
|
|
|
category = "Debugger" |
|
|
|
|
title = "${res:MainWindow.Windows.Debug.LocalVariables}" |
|
|
|
|
icon = "PadIcons.LocalVariables" |
|
|
|
|
shortcut = "Control|Alt|V" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Gui.Pads.LocalVarPad"/> |
|
|
|
|
|
|
|
|
|
<Pad id = "ExceptionHistoryPad" |
|
|
|
|
category = "Debugger" |
|
|
|
|
title = "${res:MainWindow.Windows.Debug.ExceptionHistory}" |
|
|
|
|
icon = "PadIcons.Exceptions" |
|
|
|
|
shortcut = "Control|Alt|E" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Gui.Pads.ExceptionHistoryPad"/> |
|
|
|
|
</Path> |
|
|
|
|
<!--<Pad id = "ExceptionHistoryPad" |
|
|
|
|
category = "Debugger" |
|
|
|
|
title = "${res:MainWindow.Windows.Debug.ExceptionHistory}" |
|
|
|
|
icon = "PadIcons.Exceptions" |
|
|
|
|
shortcut = "Control|Alt|E" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Gui.Pads.ExceptionHistoryPad"/>--> |
|
|
|
|
</Path> |
|
|
|
|
</AddIn> |
|
|
|
|
|