Community
Participate
Working Groups
code from HEAD If you create a breakpoint, add a condition, then remove the condition, the saved condition from the IDE is always sent over the wire in the "condition" value. Consider the following crossfire trace: WRITE PACKET: Content-Length:233\r\n\r\n{"arguments":{"enabled":true,"condition":"google != 'undefined'","location":{"line":2,"url":"http:\/\/www.google.ca\/\/event\/seq\/1"},"type":"line"},"context_id":"xf0.3::2278098","command":"setbreakpoint","seq":156,"type":"request"}\r\n I got this trace when I re-connected the debugger and it tried to install the breakpoint in Firebug. The problem is that the breakpoint in the IDE has a condition *but* the condition is not enabled. In that case I would not expect to see the condition to be sent to Firebug.
In a future release of Firebug, Crossfire support will be dropped completely in favour or JSD2 and RDP, as such no more bugs will be fixed for the Crossfire support. See: 1. https://wiki.mozilla.org/Firebug/WeeklyUpdates/2013-11-05#Crossfire 2. https://getfirebug.com/wiki/index.php/JSD2_Adoption 3. https://wiki.mozilla.org/Debugger