Open
Bug 1417314
Opened 8 years ago
Updated 3 years ago
Android's remote xpcshell test doesn't support --debugger and --debugger-args command line option
Categories
(Testing :: XPCShell Harness, enhancement, P5)
Tracking
(Not tracked)
NEW
People
(Reporter: m_kato, Unassigned)
Details
Android's xpcshell run via xpcw shell script, but we don't write debugger path and parameter to this script.
Comment 1•8 years ago
|
||
We made an effort to support JimDB for debugging Firefox for Android, and mochitests on Android, but, as far as I know, we never tried debugging xpcshell.
https://wiki.mozilla.org/Mobile/Fennec/Android/GDB doesn't explicitly mention xpcshell.
Comment 2•8 years ago
|
||
I suspect this will not work (what will gdb do if asked to debug a shell script that launches an executable?), but there is this provision:
https://dxr.mozilla.org/mozilla-central/rev/fc194660762d1b92e1679d860a8bf41116d0f54f/testing/xpcshell/remotexpcshelltests.py#135
Updated•7 years ago
|
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•