Closed
Bug 1113209
Opened 11 years ago
Closed 10 years ago
Browser debugger doesn't stop on xbl breakpoints
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: Gijs, Assigned: ejpbruel)
References
(Blocks 2 open bugs)
Details
This is messing with my ability to debug autocomplete things. :-(
This is also a regression, in that I'm 100% sure this worked a few weeks back.
STR:
1. Open a page that has a form autocomplete, e.g. the testcase from bug 467442.
2. Open the browser debugger
3. set a breakpoint in autocomplete.xml, for instance in onPopupClick (which calls handleEnter).
4. trigger the code (e.g. by clicking on an autocomplete entry)
ER:
break
AR:
no break
Blocks: dbg-breakpoint, dbg-browser
Reporter | ||
Comment 1•11 years ago
|
||
Maybe I'm just wrong - setting a breakpoint in popupshowing seems to work? :-\
Not sure under what circumstances it works or doesn't work, then...
Keywords: regression,
regressionwindow-wanted
Assignee | ||
Comment 2•11 years ago
|
||
(In reply to :Gijs Kruitbosch from comment #1)
> Maybe I'm just wrong - setting a breakpoint in popupshowing seems to work?
> :-\
>
> Not sure under what circumstances it works or doesn't work, then...
Is this still broken for you?
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(gijskruitbosch+bugs)
Resolution: --- → INVALID
Reporter | ||
Comment 3•11 years ago
|
||
Yeah, let's close this for now and we can reopen if I still see this and can find better STR.
Flags: needinfo?(gijskruitbosch+bugs)
Reporter | ||
Comment 4•11 years ago
|
||
STR:
0. clean profile.
1. enable browser debugger (chrome + remote debugging)
2. disable e10s (not sure this is necessary, but these are the 100% reproducible steps, :jryans just tried as well)
3. restart (because disable e10s)
4. open browser debugger
5. in tabbrowser.xml, find the "removeTab" implementation, set a breakpoint on the first line.
6. click the close button on a tab
ER:
hit breakpoint
AR:
don't hit breakpoint.
adding debugger; at the first line and rebuilding *does* work (ie the debugger; statement is hit)
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Assignee | ||
Comment 5•10 years ago
|
||
I'm going to see what I can figure out on this bug.
Assignee: nobody → ejpbruel
Assignee | ||
Comment 6•10 years ago
|
||
I cannot reproduce this anymore. Gijs, can you please confirm whether it still fails for you?
Flags: needinfo?(gijskruitbosch+bugs)
Reporter | ||
Comment 7•10 years ago
|
||
This seems to be working post bug 1163540 landing.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 10 years ago
Flags: needinfo?(gijskruitbosch+bugs)
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•