Difference between revisions of "Debuggers"

From eLinux.org
Jump to: navigation, search
(Created page with "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] * [[GDB...")
 
(AC)
Line 6: Line 6:
 
* [[KDB]] - In-kernel debugger
 
* [[KDB]] - In-kernel debugger
 
* [[Valgrind|valgrind - memory, cache and other debuggers and profilers]]
 
* [[Valgrind|valgrind - memory, cache and other debuggers and profilers]]
 +
 +
[[Category:Development Tools]]

Revision as of 04:35, 28 October 2011

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