Changeset 369


Ignore:
Timestamp:
Feb 5, 2010, 9:00:37 PM (16 years ago)
Author:
RBRi
Message:

show more debug info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NewView/CmdLineParameterUnit.pas

    r350 r369  
    159159  var
    160160    tmpWindowPosition : TWindowPosition;
     161    i : integer;
    161162  begin
    162163    LogEvent(LogStartup, '''' + commandLine + '''');
     
    187188    LogEvent(LogStartup, '  ownerWindow: ' + intToStr(getOwnerWindow));
    188189    LogEvent(LogStartup, '  windowTitle: ' + getWindowTitle);
     190
     191    if nil <> nhmDebugMessages then
     192    begin
     193      LogEvent(LogStartup, '');
     194      LogEvent(LogStartup, '---- NHM DebugMessages ----');
     195      for i := 0 to nhmDebugMessages.count-1 do
     196      begin
     197        LogEvent(LogStartup, '  ' + nhmDebugMessages[i]);
     198      end;
     199    end;
     200
    189201  end;
    190202
Note: See TracChangeset for help on using the changeset viewer.