Re: [flexcoders] external debugger

2012-03-29 Thread dorkie dork from dorktown
Not that I know of (if you declared it MXML). You could set enabled to false in the release version but probably the best option is to use conditional compilation, http://stackoverflow.com/questions/2736411/flash-flex-conditional-compilation-else On Mon, Mar 26, 2012 at 4:45 AM, Wouter

Re: [flexcoders] external debugger

2012-03-26 Thread Wouter Schreuders
great! thanks this is a super handy class On 23 March 2012 16:50, dorkie dork from dorktown dorkiedorkfromdorkt...@gmail.com wrote: ** You can use MiniInspector to get that type of information.

Re: [flexcoders] external debugger

2012-03-26 Thread Wouter Schreuders
Is there any way to exlude this code being compiled into the release version? On 26 March 2012 11:20, Wouter Schreuders wschreud...@gmail.com wrote: great! thanks this is a super handy class On 23 March 2012 16:50, dorkie dork from dorktown dorkiedorkfromdorkt...@gmail.com wrote: **

Re: [flexcoders] external debugger

2012-03-23 Thread dorkie dork from dorktown
You can use MiniInspector to get that type of information. http://code.google.com/p/flexcapacitor/source/browse/trunk/library/src/com/flexcapacitor/utils/MiniInspector.as On Thu, Feb 9, 2012 at 5:22 AM, Wouter Schreuders wschreud...@gmail.comwrote: ** well the kind of functionality I'm

Re: [flexcoders] external debugger

2012-02-14 Thread Csomák Gábor
http://demonsterdebugger.com/ is the wery best. i think you'll be happy with it. On Thu, Feb 9, 2012 at 12:22 PM, Wouter Schreuders wschreud...@gmail.comwrote: well the kind of functionality I'm looking for is really for the back end programmers, occasionally they need to dip into the flex

Re: [flexcoders] external debugger

2012-02-14 Thread Wouter Schreuders
thanks! I'll have a look 2012/2/14 Csomák Gábor csom...@gmail.com ** http://demonsterdebugger.com/ is the wery best. i think you'll be happy with it. On Thu, Feb 9, 2012 at 12:22 PM, Wouter Schreuders wschreud...@gmail.comwrote: well the kind of functionality I'm looking for is

Re: [flexcoders] external debugger

2012-02-09 Thread Wouter Schreuders
well the kind of functionality I'm looking for is really for the back end programmers, occasionally they need to dip into the flex side of things and they have a lot of difficulty figuring out which class they need to work on(for instance you have your application, then a module, then a component

[flexcoders] external debugger

2012-02-08 Thread Wouter Schreuders
Hi All Can anyone recommend a debugger for flex that allows you to inspect and changed properties at runtime? Something like Flex-Spy or x-ray(for as2), but I'm looking for something that is not obsolete. Any recommendations? Thanks Wouter

Re: [flexcoders] external debugger

2012-02-08 Thread Alex Harui
FDB comes with the SDK. It is command-line, but I use it 99% of the time as it is way faster than the GUI debugger in FlashBuilder for most problems I have to solve. On 2/7/12 11:06 PM, Wouter Schreuders wschreud...@gmail.com wrote: Hi All Can anyone recommend a debugger for flex that