diff --git a/ILSpy/Commands/DebuggerCommands.cs b/ILSpy/Commands/DebuggerCommands.cs index 656f95ef3..49b47a40f 100644 --- a/ILSpy/Commands/DebuggerCommands.cs +++ b/ILSpy/Commands/DebuggerCommands.cs @@ -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)