mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 07:19:16 +02:00
Debugger: more verbos debugln
git-svn-id: trunk@28161 -
This commit is contained in:
parent
5569d788c7
commit
f43c3d1df7
@ -1928,10 +1928,13 @@ begin
|
||||
Cmd := TGDBMIDebuggerCommand(FCommandQueue[0]);
|
||||
FCommandQueue.Delete(0);
|
||||
{$IFDEF GDMI_QUEUE_DEBUG}
|
||||
debugln(['Executing (Recurse-Count=', FInExecuteCount-1, ') queued= ', FCommandQueue.Count, ': "', Cmd.DebugText,'" State=',DBGStateNames[State],' PauseWaitState=',ord(FPauseWaitState) ]);
|
||||
DebugLnEnter(['Executing (Recurse-Count=', FInExecuteCount-1, ') queued= ', FCommandQueue.Count, ': "', Cmd.DebugText,'" State=',DBGStateNames[State],' PauseWaitState=',ord(FPauseWaitState) ]);
|
||||
{$ENDIF}
|
||||
R := Cmd.Execute;
|
||||
Cmd.DoFinished;
|
||||
{$IFDEF GDMI_QUEUE_DEBUG}
|
||||
DebugLnExit('Exec done');
|
||||
{$ENDIF}
|
||||
|
||||
Dec(FInExecuteCount);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user