mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:46:00 +02:00
+ Prevent error message after program terminates.
git-svn-id: trunk@6936 -
This commit is contained in:
parent
9e030d58b5
commit
0b3ddb0b82
@ -99,7 +99,8 @@ begin
|
|||||||
else
|
else
|
||||||
Debugger^.TraceNext;
|
Debugger^.TraceNext;
|
||||||
end;}
|
end;}
|
||||||
Debugger^.AnnotateError;
|
if Debugger^.IsRunning then
|
||||||
|
Debugger^.AnnotateError;
|
||||||
{$else NODEBUG}
|
{$else NODEBUG}
|
||||||
NoDebugger;
|
NoDebugger;
|
||||||
{$endif NODEBUG}
|
{$endif NODEBUG}
|
||||||
|
Loading…
Reference in New Issue
Block a user