|
|
|
@ -8,28 +8,19 @@
@@ -8,28 +8,19 @@
|
|
|
|
|
<StackPanel> |
|
|
|
|
<GroupBox Margin="5" Header="{sd:Localize Dialog.Options.IDEOptions.Debugging.Stepping}"> |
|
|
|
|
<widgets:StackPanelWithSpacing SpaceBetweenItems="5"> |
|
|
|
|
<CheckBox Content="{sd:Localize Dialog.Options.IDEOptions.Debugging.Stepping.DecompileCodeWithoutSymbols}" |
|
|
|
|
IsChecked="{sd:OptionBinding debugger:DebuggingOptions.DecompileCodeWithoutSymbols}" /> |
|
|
|
|
<CheckBox x:Name="chbStepOverDebuggerAttributes" |
|
|
|
|
Content="{sd:Localize Dialog.Options.IDEOptions.Debugging.Stepping.StepOverDebuggerAttributes}" |
|
|
|
|
<CheckBox Content="{sd:Localize Dialog.Options.IDEOptions.Debugging.Stepping.StepOverNoSymbols}" |
|
|
|
|
IsChecked="{sd:OptionBinding debugger:DebuggingOptions.StepOverNoSymbols}" /> |
|
|
|
|
<CheckBox Content="{sd:Localize Dialog.Options.IDEOptions.Debugging.Stepping.StepOverDebuggerAttributes}" |
|
|
|
|
IsChecked="{sd:OptionBinding debugger:DebuggingOptions.StepOverDebuggerAttributes}" /> |
|
|
|
|
<CheckBox x:Name="chbStepOverAllProperties" |
|
|
|
|
Checked="ChbStepOverAllProperties_CheckedChanged" |
|
|
|
|
Unchecked="ChbStepOverAllProperties_CheckedChanged" |
|
|
|
|
Content="{sd:Localize Dialog.Options.IDEOptions.Debugging.Stepping.StepOverAllProperties}" |
|
|
|
|
<CheckBox Content="{sd:Localize Dialog.Options.IDEOptions.Debugging.Stepping.StepOverAllProperties}" |
|
|
|
|
IsChecked="{sd:OptionBinding debugger:DebuggingOptions.StepOverAllProperties}" /> |
|
|
|
|
<CheckBox x:Name="chbStepOverSingleLineProperties" |
|
|
|
|
Content="{sd:Localize Dialog.Options.IDEOptions.Debugging.Stepping.StepOverSingleLineProperties}" |
|
|
|
|
IsChecked="{sd:OptionBinding debugger:DebuggingOptions.StepOverSingleLineProperties}" /> |
|
|
|
|
<CheckBox x:Name="chbStepOverFieldAccessProperties" |
|
|
|
|
Content="{sd:Localize Dialog.Options.IDEOptions.Debugging.Stepping.StepOverFieldAccessProperties}" |
|
|
|
|
<CheckBox Content="{sd:Localize Dialog.Options.IDEOptions.Debugging.Stepping.StepOverFieldAccessProperties}" |
|
|
|
|
IsChecked="{sd:OptionBinding debugger:DebuggingOptions.StepOverFieldAccessProperties}" /> |
|
|
|
|
</widgets:StackPanelWithSpacing> |
|
|
|
|
</GroupBox> |
|
|
|
|
<GroupBox Margin="5" Header="{sd:Localize Dialog.Options.IDEOptions.Debugging.Exceptions}"> |
|
|
|
|
<widgets:StackPanelWithSpacing SpaceBetweenItems="5"> |
|
|
|
|
<CheckBox x:Name="chbPauseOnHandledExceptions" |
|
|
|
|
Content="{sd:Localize Dialog.Options.IDEOptions.Debugging.PauseOnHandledExceptions}" |
|
|
|
|
<CheckBox Content="{sd:Localize Dialog.Options.IDEOptions.Debugging.PauseOnHandledExceptions}" |
|
|
|
|
IsChecked="{sd:OptionBinding debugger:DebuggingOptions.PauseOnHandledExceptions}" /> |
|
|
|
|
</widgets:StackPanelWithSpacing> |
|
|
|
|
</GroupBox> |
|
|
|
|