On Tue, 19 Jan 2021, duilio foschi via lazarus wrote: > I would like to debug a CGI by tracing it in Lazarus IDE as a console > application in windows. > > Is there a way to have the CGI read from standard input at start time? I recommend to host your webmodule in a http server app, this will make debugging it a lot easier. Michael.