Ignore:
Timestamp:
Aug 20, 2024, 10:36:12 PM (5 weeks ago)
Author:
chronos
Message:
  • Fixed: Exception on debugging.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        77heaptrclog.trc
        88LazFuck.dbg
         9*.snap
  • trunk/Forms/FormMain.pas

    r158 r173  
    584584    if CurrentTarget is TBFTarget then
    585585      TBFTarget(CurrentTarget).Optimizations := Optimizations;
    586     DebugEnabled := DebugEnabled;
     586    DebugEnabled := Core.Core.DebugEnabled;
    587587    Messages.AddMessage(SCompileStart);
    588588    Application.ProcessMessages;
Note: See TracChangeset for help on using the changeset viewer.