Closed
Bug 1069210
Opened 11 years ago
Closed 11 years ago
mozdebug.py uses wrong default for debugger_arguments
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1067037
People
(Reporter: roc, Assigned: roc)
Details
Attachments
(1 file)
|
1.06 KB,
patch
|
Details | Diff | Splinter Review |
Currently it passes '' as the default, but it should pass [] since the debugger_arguments value is supposed to be a list. As-is, using a debugger that isn't in the supported list fails later when we try to concatenate a list with the '' string.
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8491362 -
Flags: review?(ted)
Comment 2•11 years ago
|
||
Sorry, apparently the fix for this was sitting in my review queue.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•11 years ago
|
Attachment #8491362 -
Flags: review?(ted)
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•