Changes between Version 1 and Version 2 of gdb_remote
- Timestamp:
- 04/17/11 20:13:51 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gdb_remote
v1 v2 33 33 target remote :1234 34 34 }}} 35 to start the remote debug session. 35 to start the remote debug session. Then do something like: 36 {{{ 37 break main 38 continue 39 }}} 40 to step through the program. 41 == Using Eclipse == 42 The goal of this exercise is to use the Eclipse IDE for remote debugging.