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