+ Prevent error message after program terminates.

git-svn-id: trunk@6936 -
This commit is contained in:
daniel 2007-03-19 21:33:33 +00:00
parent 9e030d58b5
commit 0b3ddb0b82

View File

@ -99,7 +99,8 @@ begin
else
Debugger^.TraceNext;
end;}
Debugger^.AnnotateError;
if Debugger^.IsRunning then
Debugger^.AnnotateError;
{$else NODEBUG}
NoDebugger;
{$endif NODEBUG}