Changes between Version 1 and Version 2 of gdb_remote


Ignore:
Timestamp:
04/17/11 20:13:51 (13 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gdb_remote

    v1 v2  
    3333target remote :1234
    3434}}}
    35 to start the remote debug session.
     35to start the remote debug session. Then do something like:
     36{{{
     37break main
     38continue
     39}}}
     40to step through the program.
     41== Using Eclipse ==
     42The goal of this exercise is to use the Eclipse IDE for remote debugging.