⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 debugger.addin.addin

📁 SharpDevelop2.0.0 c#开发免费工具
💻 ADDIN
字号:
<AddIn name="Debugger" author="David Srbecký" 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 + -