Re: [fpc-pascal] Debugging CGI web apps

2010-03-24 Thread Michael Van Canneyt
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/my

Re: [fpc-pascal] Debugging CGI web apps

2010-03-24 Thread Graeme Geldenhuys
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 c

Re: [fpc-pascal] Debugging CGI web apps

2010-03-24 Thread Michael Van Canneyt
On Wed, 24 Mar 2010, Graeme Geldenhuys wrote: Hi, How do others debug CGI web apps written in Object Pascal? Yesterday I spent a significant amount of time debugging a few difficult problems. It took much longer than expected. Even though the CGI apps are written in Object Pascal I couldn't u

[fpc-pascal] Debugging CGI web apps

2010-03-24 Thread Graeme Geldenhuys
Hi, How do others debug CGI web apps written in Object Pascal? Yesterday I spent a significant amount of time debugging a few difficult problems. It took much longer than expected. Even though the CGI apps are written in Object Pascal I couldn't use GDB to step through the code (if one can, please