I have no problem debugging the symfony CLI by adding the line:
DebugBreak('1@localhost:7869;d=1,p=0'); |
to the beginning of the symfony script. However, I can't get the profiler to work. I've tried the obvious swapping of the d= and p= settings:
DebugBreak('1@localhost:7869;d=0,p=1'); |
but I wind up with a profile window showing a Total of 0, with no other entries. It's clearly connecting to PhpED, because I get the Debug session started and finished messages in the IDE when I do this.
I'm executing the script from a Cygwin bash shell, using a simple
command. As I said, this works perfectly for debugging.