I have tried several methods to debug PHP code in a hosted WordPress 3.1 installation, however nothing seems to offer what I need. Both plugin based consoles and browser based consoles create more problems that the ones that I need to solve.
I am looking for a simple text/html popup window that will launch as soon as the code hits a function in the code. The function argument (debug info) can just be displayed in the popup.
At the same time ideally would be to record all the debug info in a log file on my desktop.
Help!