Changes between Version 2 and Version 3 of Docs/Prog/Manual/Development/Debugging
- Timestamp:
- 08/28/12 07:50:02 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/Development/Debugging
v2 v3 3 3 == GDB == 4 4 5 GDB is an open source debugger that is included in the !CodeSourcery development package.5 GDB is an open source debugger that is included in the 825 development environment. 6 6 7 Using a terminal program such as Hyperterm to communicate with the 825 console at the “#” prompt type:7 Using a terminal program such as PuTTY or Hyperterm to communicate with the 825 console at the “$” prompt type: 8 8 9 9 gdbserver :''port'' ''progname'' [''args''] & (where port is the TCP/IP port to be used, and programe is the name of the program to be debugged)