1
vote
Web 2.0 Programming with Object Pascal III
Leonardo's blog
– Debugging CGI applicationsIf you build web applications, surely often you'll face the need of a way to debug them. Remember that CGI or FastCGI applications run inside the Web Server, and you can't debug them by placing breakpoints in your Lazarus code.The easiest way I found to debug web applications is by using the "dbugintf" unit, provided by FreePascal. This unit, according to the FCL documentation can be used "..to add debug messages to your application. The messages are not sent to standard output, but are sent to a debug server process which collects messages from various clients and ...
Statistics
|
Visits by Source |
User Actions |



