Difference between revisions of "Debuggers"

From eLinux.org
Jump to: navigation, search
(AC)
(Added a link to a new page for OpenOCD)
 
Line 1: Line 1:
 
Debugging is one of the most common activities of an embedded developer. Here are some debuggers howto and links:
 
Debugging is one of the most common activities of an embedded developer. Here are some debuggers howto and links:
* [http://openocd.berlios.de/web/ Open On-Chip Debugger]
+
* [http://openocd.sourceforge.net/ Open On-Chip Debugger]
 +
** [[OpenOCD]] local pages.
 
* [[GDB|GDB - The GNU debugger]]
 
* [[GDB|GDB - The GNU debugger]]
 
* [http://www.gnu.org/software/ddd/ DDD - Data Display Debugger]
 
* [http://www.gnu.org/software/ddd/ DDD - Data Display Debugger]

Latest revision as of 15:36, 29 March 2012

Debugging is one of the most common activities of an embedded developer. Here are some debuggers howto and links: