mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 08:28:09 +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
|
||||
Debugger^.TraceNext;
|
||||
end;}
|
||||
Debugger^.AnnotateError;
|
||||
if Debugger^.IsRunning then
|
||||
Debugger^.AnnotateError;
|
||||
{$else NODEBUG}
|
||||
NoDebugger;
|
||||
{$endif NODEBUG}
|
||||
|
Loading…
Reference in New Issue
Block a user