httpdbg is an HTTP proxy server which is single-threaded and prints every HTTPrequest and response to a log file as well as to stdout. It effectively single-threads your browser, which can help in debugging race conditions.
PHP_Dyn is PHP Extension to help debugging a PHP script.
You can get execution trace of scripts not to need change them.
HTTPrequest parameter can be printed.
Argument value of the function call and return value can be printed.