Open
Bug 1337156
Opened 9 years ago
Updated 3 years ago
|mach run --debugparams| not working
Categories
(Firefox Build System :: Mach Core, enhancement)
Firefox Build System
Mach Core
Tracking
(firefox54 affected)
NEW
| Tracking | Status | |
|---|---|---|
| firefox54 | --- | affected |
People
(Reporter: botond, Unassigned)
Details
STR:
With rr installed, run:
./mach run --debugger rr --debugparams "-M"
Expected results:
mach runs rr with -M as an argument
Actual results:
usage: mach [global arguments] run [command arguments]
mach: error: argument --debugparams: expected one argument
If I instead try to escape the "-" in "-M" with a "\":
./mach run --debugger rr --debugparams "\-M"
mach passes the "\" on to rr:
0:00.43 /home/botond/dev/mozilla/rr/obj/bin/rr \-M /home/botond/dev/mozilla/central/objdir-desktop-clang/dist/bin/firefox -no-remote -profile /home/botond/dev/mozilla/central/objdir-desktop-clang/tmp/scratch_user
which of course also doesn't work.
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•