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


_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to