Changeset 13 for trunk/Core.lfm


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/Core.lfm

    r12 r13  
    102102      OnExecute = AInstructionSetGenExecute
    103103    end
     104    object AViewCallStack: TAction
     105      Category = 'View'
     106      Caption = 'Call stack'
     107      OnExecute = AViewCallStackExecute
     108    end
    104109  end
    105110  object ImageList1: TImageList
Note: See TracChangeset for help on using the changeset viewer.