[FLOW3-general] Debug Flow Applications with PhpStorm 6 and xdebug

Thomas Mammitzsch thomas at visualworx.de
Fri Apr 5 22:46:37 CEST 2013


do you set the breakpoints in the right file 
(Data/Temporary/Development/Cache/Code/Flow_Object_Classes/yourPhpFile_Original.php)?

regards, Thomas

Am 05.04.2013 22:30, schrieb Steffen Wickham:
> Hello Kerstin,
>
> thank you for the link! That helped a lot! :)
>
> Unfortunately I'm not able to handle it correctly I guess. Sorry for
> dump questions but I#m quite new to xdebug and nerver used it before...
>
> Okay, I've got the following setup:
> My webserver is running and connects to my local computer on port 9000
> where the debugproxy script is listening. The proxy forwards all
> requests to port 9010 where PhpStorm is listening on. I'd verified that
> the server sends data to my local machine by using tcpdump watching all
> traffic on port 9000. The debugproxy script also response regularly with
> "New debug session" and "Debug session closed". So this part seems to be
> working. PhpStorm also responding with "Waiting for incoming
> connection[...]" and "Connected".
>
> I can also set break points. So far so good, but now the problems
> begin... Sometimes (most of the time) the break points getting ignored
> by xdebug and when breakpoints working, I don't get any useful
> informations. No variable values, not function return values. All I get
> is the "Connected" message.
>
> Can somebody help me? I appreciate any hint! :)
>
> Cheers
> Steffen
>



More information about the FLOW3-general mailing list