Browse Source

#1995: Remove registration of DebugStepsPaneModel in case of release builds.

pull/2016/head
Siegfried Pammer 5 years ago
parent
commit
b282cb7274
  1. 2
      ILSpy/ViewModels/DebugStepsPaneModel.cs

2
ILSpy/ViewModels/DebugStepsPaneModel.cs

@ -20,7 +20,9 @@ using System.Windows; @@ -20,7 +20,9 @@ using System.Windows;
namespace ICSharpCode.ILSpy.ViewModels
{
#if DEBUG
[ExportToolPane(ContentId = PaneContentId)]
#endif
public class DebugStepsPaneModel : ToolPaneModel
{
public const string PaneContentId = "debugStepsPane";

Loading…
Cancel
Save