Seems reasonable, other opinions?
On Mar 24, 8:21 pm, Bertrand Janin <[email protected]> wrote:
> Hello everyone,
>
> In Firebug removing the condition on a breakpoint removes the breakpoint
> all together. I found myself surprised every time the red dot disappears
> and I made a tiny update to fit what I would expect: the breakpoint
> stays, it only loses its condition.
>
> In debugger.js line 2926:
>
> if (value)
> fbs.setBreakpointCondition(sourceFile, lineNo, value,
> Firebug.Debugger);
> else
> fbs.clearBreakpoint(sourceFile.href, lineNo);
>
> In my copy, I removed the if statement all together for:
>
> fbs.setBreakpointCondition(sourceFile, lineNo, value, Firebug.Debugger);
>
> Comments?
>
> Cheers,
> Bertrand
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---