Hi Is is possible to have conditional breakpoints in Flex Builder 3? Either via the editor or action script.
It would be cool if I could go
if(ShouldBreak())
Debugger.Break();
Is there anything like this? or hacks?
Thanks in Advance.
Hi Is is possible to have conditional breakpoints in Flex Builder 3? Either via the editor or action script.
It would be cool if I could go
if(ShouldBreak())
Debugger.Break();
Is there anything like this? or hacks?
Thanks in Advance.