You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
2.4 KiB
65 lines
2.4 KiB
<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> |
|
|
|
<Path name="/SharpDevelop/Services/DebuggerService/Debugger"> |
|
<Debugger id="DefaultDebugger" |
|
supportsStepping = "true" |
|
supportsExecutionControl = "true" |
|
class="ICSharpCode.SharpDevelop.Services.WindowsDebugger"/> |
|
</Path> |
|
|
|
<!--<Path name = "/SharpDevelop/Workbench/MainMenu/Debug"> |
|
<MenuItem id = "CatchHandledExceptionsSeparator" |
|
type = "Separator" |
|
insertafter = "Step out" /> |
|
<MenuItem id = "CatchHandledExceptions" |
|
label = "" |
|
class = "ICSharpCode.SharpDevelop.Services.DebbugerExceptionMenuBuilder"/> |
|
</Path>--> |
|
|
|
<Path name = "/SharpDevelop/Workbench/Pads"> |
|
<Pad id = "BreakPointsPad3" |
|
category = "Debugger" |
|
title = "Breakpoints" |
|
icon = "PadIcons.ProjectBrowser" |
|
shortcut = "Control|Alt|B" |
|
class = "ICSharpCode.SharpDevelop.Gui.Pads.BreakPointsPad"/> |
|
|
|
<Pad id = "CallStackPad3" |
|
category = "Debugger" |
|
title = "Callstack" |
|
icon = "PadIcons.ProjectBrowser" |
|
shortcut = "Control|Alt|C" |
|
class = "ICSharpCode.SharpDevelop.Gui.Pads.CallStackPad"/> |
|
|
|
<Pad id = "LoadedModulesPad3" |
|
category = "Debugger" |
|
title = "Loaded modules" |
|
icon = "PadIcons.ProjectBrowser" |
|
shortcut = "Control|Alt|U" |
|
class = "ICSharpCode.SharpDevelop.Gui.Pads.LoadedModulesPad"/> |
|
|
|
<Pad id = "RunningThreadsPad3" |
|
category = "Debugger" |
|
title = "Threads" |
|
icon = "PadIcons.ProjectBrowser" |
|
shortcut = "Control|Alt|H" |
|
class = "ICSharpCode.SharpDevelop.Gui.Pads.RunningThreadsPad"/> |
|
|
|
<Pad id = "LocalVarPad3" |
|
category = "Debugger" |
|
title = "Local variables" |
|
icon = "PadIcons.ProjectBrowser" |
|
shortcut = "Control|Alt|V" |
|
class = "ICSharpCode.SharpDevelop.Gui.Pads.LocalVarPad"/> |
|
|
|
<Pad id = "ExceptionHistoryPad" |
|
category = "Debugger" |
|
title = "Exception history" |
|
icon = "PadIcons.ProjectBrowser" |
|
shortcut = "Control|Alt|E" |
|
class = "ICSharpCode.SharpDevelop.Gui.Pads.ExceptionHistoryPad"/> |
|
</Path> |
|
</AddIn>
|
|
|