Changes between Version 2 and Version 3 of Docs/Prog/Manual/Development/Debugging


Ignore:
Timestamp:
08/28/12 07:50:02 (12 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/Development/Debugging

    v2 v3  
    33== GDB ==
    44
    5 GDB is an open source debugger that is included in the !CodeSourcery development package.
     5GDB is an open source debugger that is included in the 825 development environment.
    66
    7 Using a terminal program such as Hyperterm to communicate with the 825 console at the “#” prompt type:
     7Using a terminal program such as PuTTY or Hyperterm to communicate with the 825 console at the “$” prompt type:
    88
    99gdbserver :''port'' ''progname'' [''args''] &  (where port is the TCP/IP port to be used, and programe is the name of the program to be debugged)