Skip to content

Commit

Permalink
[1.9] Bug 520572 is fixed so, let's allow to break also on global (wi…
Browse files Browse the repository at this point in the history
  • Loading branch information
janodvarko committed Dec 19, 2011
1 parent 05475b6 commit c1085d7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions extension/content/firebug/dom/domPanel.js
Expand Up @@ -689,10 +689,6 @@ Firebug.DOMBasePanel.prototype = Obj.extend(Firebug.Panel,
// xxxHonza: Support for object change not implemented yet.
member.breakable = !hasChildren;

// xxxHonza: Disable breaking on direct window properties, see #520572
if (object instanceof Ci.nsIDOMWindow)
member.breakable = false;

var breakpoints = context.dom.breakpoints;
var bp = breakpoints.findBreakpoint(object, name);
if (bp)
Expand Down

0 comments on commit c1085d7

Please sign in to comment.