[fpc-devel] Console problem in Lazarus trunk
Werner Pamler
werner.pamler at freenet.de
Sat Jul 25 21:06:01 CEST 2020
Am 25.07.2020 um 20:40 schrieb J. Gareth Moreton:
> I'm having problems in that the latest Lazarus trunk won't create a
> console window when I'm running the compiler source in the debugger.
I have the same issue. A simple CLI program like
program Project1;
begin
WriteLn('Test');
ReadLn;
end.
does no longer open a console in Windows to show the output, just tested
on an absolutely fresh Laz-trunk installation with FPC 3.2.0. No issues
when I run the program within the IDE but without debugger (Run > Run
without debugging), and, of course, also outside the IDE. The very same
code performs well on Laz-trunk with FPC 3.0.4, also no problems on Laz
2.0.10/FPC 3.2.0
Werner
More information about the fpc-devel
mailing list