Ignore:
Timestamp:
Apr 25, 2011, 7:46:28 PM (13 years ago)
Author:
george
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE/Transpascal.lpr

    r24 r30  
    1717const
    1818  HeapTraceLog = 'heaptrclog.trc';
     19
    1920begin
    2021  Application.Title := 'Transpascal IDE';
    2122  // Heap trace
    22   DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
    23   SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
     23//  DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
     24//  SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
    2425
    2526  Application.Initialize;
Note: See TracChangeset for help on using the changeset viewer.