Confirmed users
2,023
edits
Line 190: | Line 190: | ||
=== Attach gdb === | === Attach gdb === | ||
* launch in debug mode: | |||
adb shell am start -a org.mozilla.gecko.DEBUG -n org.mozilla.fennec/org.mozilla.fennec.fennec | |||
* Forward a port for gdb between your device and computer using adb. Any port you can open should work. 1234 is used here. | * Forward a port for gdb between your device and computer using adb. Any port you can open should work. 1234 is used here. | ||
** (Host) adb forward tcp:1234 tcp:1234 | ** (Host) adb forward tcp:1234 tcp:1234 |