|
|
|
@ -928,9 +928,9 @@
@@ -928,9 +928,9 @@
|
|
|
|
|
</ComplexCondition> |
|
|
|
|
</Condition> |
|
|
|
|
|
|
|
|
|
<Condition name="IsProcessRunning" isdebugging = "True"> |
|
|
|
|
<Condition name="DebuggerSupports" debuggersupports = "Stepping"> |
|
|
|
|
<Condition name="IsProcessRunning" isprocessrunning = "False" action = "Disable"> |
|
|
|
|
<Condition name = "SolutionOpen" action = "Disable"> |
|
|
|
|
<Condition name="DebuggerSupports" debuggersupports = "Start"> |
|
|
|
|
<ToolbarItem id = "SteppingSeparator" type = "Separator" /> |
|
|
|
|
<ToolbarItem id = "Step over" |
|
|
|
|
icon = "Icons.16x16.Debug.StepOver" |
|
|
|
@ -940,6 +940,7 @@
@@ -940,6 +940,7 @@
|
|
|
|
|
icon = "Icons.16x16.Debug.StepInto" |
|
|
|
|
tooltip = "${res:XML.MainMenu.DebugMenu.StepInto.Description}" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.StepIntoDebuggingCommand"/> |
|
|
|
|
<Condition name="IsProcessRunning" isdebugging = "True"> |
|
|
|
|
<ToolbarItem id = "Step out" |
|
|
|
|
icon = "Icons.16x16.Debug.StepOut" |
|
|
|
|
tooltip = "${res:XML.MainMenu.DebugMenu.StepOut.Description}" |
|
|
|
@ -947,6 +948,7 @@
@@ -947,6 +948,7 @@
|
|
|
|
|
</Condition> |
|
|
|
|
</Condition> |
|
|
|
|
</Condition> |
|
|
|
|
</Condition> |
|
|
|
|
|
|
|
|
|
<ToolbarItem id = "ChooseConfigurationSeparator" type = "Separator"/> |
|
|
|
|
|
|
|
|
@ -1548,7 +1550,8 @@
@@ -1548,7 +1550,8 @@
|
|
|
|
|
</Condition> |
|
|
|
|
|
|
|
|
|
<Condition name="DebuggerSupports" debuggersupports = "Stepping"> |
|
|
|
|
<Condition name="IsProcessRunning" isprocessrunning = "False" isdebugging = "True" action = "Disable"> |
|
|
|
|
<Condition name = "SolutionOpen" action = "Disable"> |
|
|
|
|
<Condition name="DebuggerSupports" debuggersupports = "Start"> |
|
|
|
|
<MenuItem id = "BeforeSteppingSeparator" type = "Separator" /> |
|
|
|
|
<MenuItem id = "Step over" |
|
|
|
|
label = "${res:XML.MainMenu.DebugMenu.StepOver}" |
|
|
|
@ -1560,6 +1563,7 @@
@@ -1560,6 +1563,7 @@
|
|
|
|
|
icon = "Icons.16x16.Debug.StepInto" |
|
|
|
|
shortcut = "F11" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.StepIntoDebuggingCommand"/> |
|
|
|
|
<Condition name="IsProcessRunning" isdebugging = "True"> |
|
|
|
|
<MenuItem id = "Step out" |
|
|
|
|
label = "${res:XML.MainMenu.DebugMenu.StepOut}" |
|
|
|
|
icon = "Icons.16x16.Debug.StepOut" |
|
|
|
@ -1567,6 +1571,8 @@
@@ -1567,6 +1571,8 @@
|
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.StepOutDebuggingCommand"/> |
|
|
|
|
</Condition> |
|
|
|
|
</Condition> |
|
|
|
|
</Condition> |
|
|
|
|
</Condition> |
|
|
|
|
|
|
|
|
|
<MenuItem id = "ToggleBreakpointSeparator" type = "Separator" /> |
|
|
|
|
<ComplexCondition action="Disable"> |
|
|
|
|