Open
Bug 1688485
Opened 5 years ago
Updated 5 years ago
Use ipdb for the --debug-command if ipdb is installed
Categories
(Firefox Build System :: Mach Core, enhancement, P3)
Firefox Build System
Mach Core
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: nimroot, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:84.0) Gecko/20100101 Firefox/84.0
Steps to reproduce:
Run any mach command with --debug-command flag.
Actual results:
It will drop to the pdb debugging session of the given command.
Expected results:
Run ipdb debugging session if ipdb is installed, otherwise drop to the pdb.
I'm able to submit a patch if the above solution is viable.
Comment 2•5 years ago
|
||
Sounds great, thanks!
We'd definitely accept a patch for this :)
Updated•5 years ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•