I have no experience debugging Smartman, only apache in CGI mode.
I've created a debugging handler for request with specific url and that handler started in debugging mode with -d:Camelcadedb switch.
That is all you need to do:
1. set up env
2. start perl interpreter in debugging mode
3. remember about concurrency, it should be a single request (so it's not possible to debug production server with regular load)
IDE set up depends on configured env.
вторник, 16 августа 2016 г., 23:46:57 UTC+3 пользователь Andre Uhlig написал: