Browse Source

enable "show internal types" when debugger start

pull/191/merge
Eusebiu Marcu 15 years ago
parent
commit
24e63b62c7
  1. 3
      ILSpy/Commands/DebuggerCommands.cs

3
ILSpy/Commands/DebuggerCommands.cs

@ -143,6 +143,9 @@ namespace ICSharpCode.ILSpy.Commands @@ -143,6 +143,9 @@ namespace ICSharpCode.ILSpy.Commands
foreach (var item in buttons) {
item.IsEnabled = enable;
}
// internal types
MainWindow.Instance.sessionSettings.FilterSettings.ShowInternalApi = true;
}
void CurrentDebugger_IsProcessRunningChanged(object sender, EventArgs e)

Loading…
Cancel
Save