phpdebuggingzend-studiozend-debugger

Zend PHP debugger: How can I start debugging a page using a get argument?


I am trying out the debugger built into Zend studio. It seems great! One thing though, when I start a page using the debugger does anyone know how I can set a request get argument within the page?

For example, I don't want to debug runtests.php

I want to debug runtests.php?test=10

I assume its a simple configuration and I just can't find it.


Solution

  • Just start the debugger on another page, and then change the browser url to what you wanted. It's not ideal but it should work.

    I have high hopes for their next release.