[fpc-pascal] Debugging CGI web apps

Michael Van Canneyt michael at freepascal.org
Wed Mar 24 08:55:48 CET 2010



On Wed, 24 Mar 2010, Graeme Geldenhuys wrote:

> Michael Van Canneyt het geskryf:
>>
>> Well, I'm currently very busy with CGI, and I use dbugintf and the
>> debug server app from Lazarus. Works like a charm for me.
>
> I'm using something similar - the "poor mans debug interface". :-)
>
>  $ tail -F /tmp/myapp.log
>
>
>> You can use the embedded server created by Joost van der sluis, (see his
>> webdesign package)
>
> I was also thinking in these lines, but then couldn't figure out how an
> embedded server is actually going to help?

If you used fcl-web, then the modules are simply compiled in the embedded
server...

Michael.



More information about the fpc-pascal mailing list