Posts tagged with “debug”
May 10
PHP Debugging Bookmarklet
I just created a simple bookmarklet to invoke Zend Studio's debugger from a browser with the page I'm currently viewing, I can even do this on a different machine if I have it setup to allow other hosts to do remote debugging. Here's the code, you just have to replace debug_host= value with your Zend Studio machine's IP. You can just drag this to your bar and edit it to match your setup or just copy the href.
11:35 AM | 0 Comments | Tags: debug, PHP, tool, Web