Re: [Lazarus] TimeZone problem

2021-01-19 Thread Steve Gatenby via lazarus
On 18/1/21 9:30 pm, Ondrej Pokorny wrote: On 18.01.2021 02:30, Steve Gatenby via lazarus wrote: Would anybody be able to point me to a solution for incorrect time reading ? I obviously have a configuration problem between System and FPC - any pointers much appreciated :) Lazarus 2.1.0 r644

Re: [Lazarus] debugging a CGI

2021-01-19 Thread Michael Van Canneyt via lazarus
On Tue, 19 Jan 2021, duilio foschi via lazarus wrote: How can I trace the code then? It's a normal Lazarus application. You can just debug the application like any other. Start a 'HTTP server application' in lazarus, add your web module unit to it and run it. (you may need to add some mor

Re: [Lazarus] debugging a CGI

2021-01-19 Thread duilio foschi via lazarus
How can I trace the code then? On Tue, Jan 19, 2021, 22:11 Michael Van Canneyt via lazarus < lazarus@lists.lazarus-ide.org> wrote: > > > 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. >

Re: [Lazarus] debugging a CGI

2021-01-19 Thread Michael Van Canneyt via lazarus
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

[Lazarus] debugging a CGI

2021-01-19 Thread duilio foschi via lazarus
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? Thank you Duilio -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lis