|
|
|
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
|
|
|
|
<AddIn name="SharpDevelop Debugger" author="David Srbecký" copyright="GPL" url="" description="SharpDevelop Managed Debugger" version="0.1.0.0"> |
|
|
|
|
<AddIn name="SharpDevelop Debugger" author="David Srbecký" copyright="GPL" url="" description="SharpDevelop Managed Debugger" version="0.1.0.0"> |
|
|
|
|
<Runtime> |
|
|
|
|
<Import assembly="Debugger.AddIn.dll"/> |
|
|
|
|
</Runtime> |
|
|
|
@ -7,13 +7,17 @@
@@ -7,13 +7,17 @@
|
|
|
|
|
<Class id="DefaultDebugger" class="ICSharpCode.SharpDevelop.Services.WindowsDebugger"/> |
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
<!--<Path name = "/SharpDevelop/Workbench/MainMenu/View"> |
|
|
|
|
<MenuItem id = "Debugger" label = "${res:XML.MainMenu.ViewMenu.DebugMenu}"> |
|
|
|
|
<Path name = "/SharpDevelop/Workbench/MainMenu/View"> |
|
|
|
|
<MenuItem id = "Debugger" |
|
|
|
|
label = "${res:XML.MainMenu.ViewMenu.DebugMenu}" |
|
|
|
|
type = "Menu" |
|
|
|
|
insertafter = "Tools" |
|
|
|
|
insertbefore = "ViewItemsSeparator"> |
|
|
|
|
<MenuItem id = "DebugViewMenuBuilder" |
|
|
|
|
type = "Builder" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Commands.DebugSelectionMenuBuilder" /> |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Commands.DebugViewMenuBuilder"/> |
|
|
|
|
</MenuItem> |
|
|
|
|
</Path>--> |
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
<!--<Path name = "/SharpDevelop/Workbench/MainMenu/Debug"> |
|
|
|
|
<MenuItem id = "CatchHandledExceptionsSeparator" |
|
|
|
@ -26,42 +30,42 @@
@@ -26,42 +30,42 @@
|
|
|
|
|
|
|
|
|
|
<Path name = "/SharpDevelop/Workbench/Pads"> |
|
|
|
|
<Pad id = "BreakPointsPad3" |
|
|
|
|
category = "Main" |
|
|
|
|
category = "Debugger" |
|
|
|
|
title = "Breakpoints" |
|
|
|
|
icon = "PadIcons.ProjectBrowser" |
|
|
|
|
shortcut = "Control|Alt|B" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Gui.Pads.BreakPointsPad"/> |
|
|
|
|
|
|
|
|
|
<Pad id = "CallStackPad3" |
|
|
|
|
category = "Main" |
|
|
|
|
category = "Debugger" |
|
|
|
|
title = "Callstack" |
|
|
|
|
icon = "PadIcons.ProjectBrowser" |
|
|
|
|
shortcut = "Control|Alt|C" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Gui.Pads.CallStackPad"/> |
|
|
|
|
|
|
|
|
|
<Pad id = "LoadedModulesPad3" |
|
|
|
|
category = "Main" |
|
|
|
|
category = "Debugger" |
|
|
|
|
title = "Loaded modules" |
|
|
|
|
icon = "PadIcons.ProjectBrowser" |
|
|
|
|
shortcut = "Control|Alt|U" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Gui.Pads.LoadedModulesPad"/> |
|
|
|
|
|
|
|
|
|
<Pad id = "RunningThreadsPad3" |
|
|
|
|
category = "Main" |
|
|
|
|
category = "Debugger" |
|
|
|
|
title = "Threads" |
|
|
|
|
icon = "PadIcons.ProjectBrowser" |
|
|
|
|
shortcut = "Control|Alt|H" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Gui.Pads.RunningThreadsPad"/> |
|
|
|
|
|
|
|
|
|
<Pad id = "LocalVarPad3" |
|
|
|
|
category = "Main" |
|
|
|
|
category = "Debugger" |
|
|
|
|
title = "Local variables" |
|
|
|
|
icon = "PadIcons.ProjectBrowser" |
|
|
|
|
shortcut = "Control|Alt|V" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Gui.Pads.LocalVarPad"/> |
|
|
|
|
|
|
|
|
|
<Pad id = "ExceptionHistoryPad" |
|
|
|
|
category = "Main" |
|
|
|
|
category = "Debugger" |
|
|
|
|
title = "Exception history" |
|
|
|
|
icon = "PadIcons.ProjectBrowser" |
|
|
|
|
shortcut = "Control|Alt|E" |
|
|
|
|