Ignore:
Timestamp:
Apr 21, 2026, 2:55:51 PM (6 days ago)
Author:
chronos
Message:
  • Added: Call stack window.
  • Modified: Use reload pending boolean variable and reload from timer instead of Thread.Synchronize to not delay CPU execution.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormMain.lfm

    r6 r13  
    6565      TabOrder = 0
    6666    end
     67    object PanelCallStack: TPanel
     68      Left = 0
     69      Height = 280
     70      Top = 272
     71      Width = 559
     72      Align = alBottom
     73      BevelOuter = bvNone
     74      TabOrder = 1
     75    end
    6776  end
    6877  object MainMenu1: TMainMenu
     
    94103      object MenuItem15: TMenuItem
    95104        Action = Core.AViewScreen
     105      end
     106      object MenuItem16: TMenuItem
     107        Action = Core.AViewCallStack
     108      end
     109      object MenuItem17: TMenuItem
     110        Action = Core.AViewMessages
    96111      end
    97112    end
Note: See TracChangeset for help on using the changeset viewer.