[flexcoders] Re: How to debug PHP side in AIR applications?

2011-08-10 Thread enridp
Well, I can't change my IDE, I bought FB 4.5 for PHP the las month and I'm happy with it for now. I think that if you and Johannes can debug the server side code even with AIR, then I must doing something wrong. Maybe the problem is that I don't understand well how the debugger works, it's

[flexcoders] Re: How to debug PHP side in AIR applications?

2011-08-09 Thread enridp
Hi johannes, I think I can't catch what you said, my projects are separated of course, but the problem, from what I see, is that the PHP debugger needs a browser (because it adds a lot of query strings for sessions and php debugging). In AIR we don't have any browser, I have my PHP project, I

Re: [flexcoders] Re: How to debug PHP side in AIR applications?

2011-08-09 Thread Johannes Nel
I have a different setup from you, but I debug my java backends without a problem wether I make my request in air, ajax or flex. A php project is a request response model, so no matter what initiates the request you should be able to put a breakpoint in your code. Your url request in air can

Re: [flexcoders] Re: How to debug PHP side in AIR applications?

2011-08-09 Thread Pete
Hi there, I use Nusphere PHPEd and when set up properly it works well, every time. This is using amfphp to make remote procedure calls btw. It can be on a remote server, with the dbg extension installed, or on localhost (I use xampp). I have found that the only safe way to break into the