User:MarkFinkle/MaemoDebugging

< User:MarkFinkle
Revision as of 21:55, 29 June 2009 by MarkFinkle (talk | contribs) (Created page with ' export MOZ_DEBUG_SYMBOLS=1 ac_add_options --enable-debugger-info-modules=yes ac_add_options --disable-install-strip make package PKG_SKIP_STRIP=1 apt-get install gdb gdbs...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


export MOZ_DEBUG_SYMBOLS=1 ac_add_options --enable-debugger-info-modules=yes


ac_add_options --disable-install-strip

make package PKG_SKIP_STRIP=1

apt-get install gdb

gdbserver host:5555 ./fennec

gdb gdb target remote 192.168.10.103:5555 continue