mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 21:49:11 +02:00
* fixed: Message box is not displayed when unhandled exception occurs and SysUtils is used in GUI apps for all Windows targets.
git-svn-id: trunk@3721 -
This commit is contained in:
parent
c564dfeb5b
commit
198a56cc21
@ -248,6 +248,7 @@ begin
|
||||
for i:=0 to FrameCount-1 do
|
||||
Writeln(stdout,BackTraceStrFunc(Frames[i]));
|
||||
end;
|
||||
Writeln(stdout,'');
|
||||
Halt(217);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user