[fpc-devel] Console problem in Lazarus trunk
Pascal Riekenberg
pascal at riekenberg.eu
Mon Jul 27 12:57:43 CEST 2020
> Werner Pamler <werner.pamler at freenet.de> hat am 25. Juli 2020 um 21:06 geschrieben:
>
>
> 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
Are you sure? I use laz trunk and fpc trunk and for me the issue arises when
run within the IDE without debugging. This also applies to Windows apps with
option -WC.
Pascal
More information about the fpc-devel
mailing list