Confirmed users
507
edits
(→FAQ) |
No edit summary |
||
| Line 207: | Line 207: | ||
* If you're using pre-built binaries, you need to update to a newer version of JimDB | * If you're using pre-built binaries, you need to update to a newer version of JimDB | ||
* If you're using custom-built binaries, you need to recompile gdbserver using a newer version of the NDK | * If you're using custom-built binaries, you need to recompile gdbserver using a newer version of the NDK | ||
=== "No module named printing" when debugging Fennec with JimDB === | |||
* The JimDB Python scripts lack several scripts included in regular GDB packages. To fix that, simply copy your local copy of these scripts to the JimDB utils/python directory. For example, on a typical Linux system, run | |||
cp -r /usr/share/gdb/python/gdb $jimdb/utils/python/ | |||
=== GDB crashed and Fennec is stuck. Halp!! === | === GDB crashed and Fennec is stuck. Halp!! === | ||