Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/16/10 17:57:47 (14 years ago)
Author:
epitzer
Message:

(#47)

  • Disable detailed logging while not stepping for drastic reduction in log size
  • Optionally disable operator trace for much faster execution and persistence (disabled by default)
  • Initially enable stepping over stack operations
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DebugEngine/3.3/DebugEngineView.Designer.cs

    r5114 r5117  
    7777      // executionStackView
    7878      //
    79       this.executionStackView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    80                   | System.Windows.Forms.AnchorStyles.Left)
    81                   | System.Windows.Forms.AnchorStyles.Right)));
     79      this.executionStackView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     80            | System.Windows.Forms.AnchorStyles.Left)
     81            | System.Windows.Forms.AnchorStyles.Right)));
    8282      this.executionStackView.Caption = "Execution Stack View";
    8383      this.executionStackView.Content = null;
     
    124124      this.skipStackOpsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    125125      this.skipStackOpsCheckBox.AutoSize = true;
     126      this.skipStackOpsCheckBox.Checked = true;
     127      this.skipStackOpsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
    126128      this.skipStackOpsCheckBox.Location = new System.Drawing.Point(63, 516);
    127129      this.skipStackOpsCheckBox.Name = "skipStackOpsCheckBox";
     
    146148      // splitContainer3
    147149      //
    148       this.splitContainer3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    149                   | System.Windows.Forms.AnchorStyles.Left)
    150                   | System.Windows.Forms.AnchorStyles.Right)));
     150      this.splitContainer3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     151            | System.Windows.Forms.AnchorStyles.Left)
     152            | System.Windows.Forms.AnchorStyles.Right)));
    151153      this.splitContainer3.Location = new System.Drawing.Point(0, 0);
    152154      this.splitContainer3.Name = "splitContainer3";
Note: See TracChangeset for help on using the changeset viewer.