Hi,
please excuse my poor english. I use ZendStudio with ZendDebugger under windows 7 and set up my environment according to http://kb.zend.com/index.php?View=entry&EntryID=130
My environment var QUERY_STRING is set to "start_debug=1&debug_host=127.0.0.1&no_remote=1&debug_port=10137&debug_stop=0"
I want to debug a symfony task (c:\sfproject\>php symfony taskName). If i execute this task from command-line zenddebugger (zendstudio) jumps to first line in symfony script (not the task).
I set several breakpoints in my task but zenddebugger (zendstudio) doesn't stop at one.
What could be the problem? How can i solve this.

