?? debugger.addin.addin
字號:
?<AddIn name="Debugger" author="David Srbecky" copyright="prj:///doc/copyright.txt" description="SharpDevelop Managed Debugger">
<Manifest>
<Identity name = "ICSharpCode.Debugger"/>
</Manifest>
<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/ViewContent/DefaultTextEditor/ContextMenu">
<Condition name = "IsProcessRunning" isdebugging="True" isprocessrunning="False">
<MenuItem id = "DebuggerSetCurrentStatement"
insertbefore = "Refactoring"
label = "${res:MainWindow.Windows.Debug.SetCurrentStatement}"
icon = "Icons.16x16.Debug.StepInto"
class = "ICSharpCode.SharpDevelop.Services.SetCurrentStatementCommand"/>
</Condition>
</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 = "BreakPointsPad"
category = "Debugger"
title = "${res:MainWindow.Windows.Debug.Breakpoints}"
icon = "PadIcons.BreakPoints"
shortcut = "Control|Alt|B"
class = "ICSharpCode.SharpDevelop.Gui.Pads.BreakPointsPad"/>
<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 = "LoadedModulesPad"
category = "Debugger"
title = "${res:MainWindow.Windows.Debug.Modules}"
icon = "PadIcons.LoadedModules"
shortcut = "Control|Alt|U"
class = "ICSharpCode.SharpDevelop.Gui.Pads.LoadedModulesPad"/>
<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 = "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>
</AddIn>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -