Closed
Bug 1298861
Opened 9 years ago
Closed 5 years ago
Debugging mochitests with |./mach run --debug| doesn't work
Categories
(Firefox for Android Graveyard :: JimDB, defect)
Tracking
(firefox51 affected)
RESOLVED
INCOMPLETE
Tracking | Status | |
---|---|---|
firefox51 | --- | affected |
People
(Reporter: kats, Unassigned)
Details
Attachments
(1 file)
2.01 KB,
text/plain
|
Details |
I tried using ./mach run --debug to debug a mochitest in fennec, but it fails. It looks like the feninit.py script [1] is using |make mochitest-remote| which doesn't exist any more, and so that produces an error. See attachment.
[1] https://github.com/darchons/android-gdbutils/blob/master/python/feninit.py#L1126
Reporter | ||
Comment 2•5 years ago
•
|
||
./mach run --debug
is no longer a valid command. Neither is ./mach mochitest --debug
. Looks like you have to specify --debugger
and --debugger-args
and possibly other things.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•