Android/NSPR: Difference between revisions

m
Tweak a broken link.
m (Tweak a broken link.)
 
Line 38: Line 38:


===Debugging===
===Debugging===
Use gdb/gdbserver as described on the [[Android#Debugging_with_gdb|main page]], just instead of attaching to a process, run it with gdbserver:
Use gdb/gdbserver as described on the [[Android#Debugging_with_GDB|main page]], just instead of attaching to a process, run it with gdbserver:


  (Host)$ adb forward tcp:1234 tcp:1234
  (Host)$ adb forward tcp:1234 tcp:1234