Closed
Bug 1412409
Opened 8 years ago
Closed 8 years ago
mach run --debugger doesn't work anymore
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1411776
People
(Reporter: jrmuizel, Unassigned)
Details
./mach run --debugger=lldb
Error running mach:
['run', '--debugger=lldb']
The error occurred in the implementation of the invoked mach command.
This should never occur and is likely a bug in the implementation of that
command. Consider filing a bug for this issue.
If filing a bug, please include the full output of mach, including this error
message.
The details of the failure are as follows:
AttributeError: 'module' object has no attribute 'get_debugger_info'
File "/Users/jrmuizel/source/gecko-inbound/python/mozbuild/mozbuild/mach_commands.py", line 1420, in run
self.debuggerInfo = mozdebug.get_debugger_info(debugger, debugger_args)
| Reporter | ||
Comment 1•8 years ago
|
||
It works now.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Component: mach → Build Config
Resolution: WORKSFORME → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•