Closed
Bug 749231
Opened 13 years ago
Closed 13 years ago
toolkit/devtools/debugger xpcshell tests should always run with devtools.debugger.log pref set
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 15
People
(Reporter: jimb, Assigned: jimb)
Details
Attachments
(1 file)
878 bytes,
patch
|
past
:
review+
|
Details | Diff | Splinter Review |
The devtools.debugger.log pref enables various kinds of logging within the debugger, including logging the packets exchanged between client and server. This is really useful to see when a test has failed, and since runxpcshelltests.py doesn't show the output anyway unless the test does fail, head_dbg.js should simply set that pref unconditionally.
Attachment #618683 -
Flags: review?(dcamp)
Assignee | ||
Comment 1•13 years ago
|
||
Updated•13 years ago
|
Attachment #618683 -
Flags: review?(dcamp) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Assignee: nobody → jimb
Status: NEW → ASSIGNED
Flags: in-testsuite-
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 15
Comment 4•13 years ago
|
||
Backed out the latest fx-team merge whole-sale because of Ts regressions:
https://hg.mozilla.org/mozilla-central/rev/b0200dab0ccc
Please reland only after investigating and fixing the regression. Thanks!
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•13 years ago
|
||
I messed up and backed out the wrong range, sorry about that. I backed out my backout, so this is still on mozilla-central:
https://hg.mozilla.org/mozilla-central/rev/dec5b367c421
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•