[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

Re: [flexcoders] Re: How to debug when I have IE crash?

2009-07-27 Thread Ronen Naor
Thx, I will give it a try On Mon, Jul 27, 2009 at 7:33 AM, jedierikb jedier...@gmail.com wrote: this might be helpful: http://stackoverflow.com/questions/560979/how-to-debug-swf-browser-crashes --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Ronen Naor ronen.f...@...

[flexcoders] Re: How to debug when I have IE crash?

2009-07-26 Thread jedierikb
this might be helpful: http://stackoverflow.com/questions/560979/how-to-debug-swf-browser-crashes --- In flexcoders@yahoogroups.com, Ronen Naor ronen.f...@... wrote: Hi,We are having quite a lot of IE crashes when running our Flex 3 applications. Usually the clients use IE 7 or 8 and the

[flexcoders] Re: How to debug

2008-06-16 Thread Bjorn Schultheiss
When I get lost I start removing code until i can get a working build. Provided you can you adl to debug other apps this approach should help. --- In flexcoders@yahoogroups.com, Josh Millstein [EMAIL PROTECTED] wrote: I've got an application that I'm building that just started crashing adl. Is

[flexcoders] Re: How to Debug Flex 2 Beta 3 with FireFox

2006-05-10 Thread mvbaffa
Thanks Michael, I could make it work turning Firfox the default browser and boot the machine. Do you have any information about the problem with the debug version of Flash 9 and Internet Explorer Thanks in advance --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED]