what I do is something like this.
if(shouldBreak){
    trace("Break point");
}

I then put a break point on the trace line.

Its the only way round I know about.

Regards,

Wesley Acheson.

On Thu, Aug 27, 2009 at 8:20 AM, Michael Ridland <rid...@gmail.com> wrote:

>
>
> 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.
>
>
>
>
>
>
>
> 

Reply via email to