Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 816 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 816 Bytes

wdb

A little complement to Wayne Holder's fantastic work with the debugWIRE protocol. Basically, Wayne found a way to make a debugWIRE probe out of an AVR-related product (bare AVR chip or an Arduino board). Sadly, the probe can't be used to debug C/C++ code, and it doesn't seem there is anything on the Internet to solve that issue.

This project proposes some kind of solution for basic C/C++ debugging, shamefully using Wayne's work and avr-gdb.

Requirement

This project works with an AVR chip with the latest version of Wayne's code uploaded on it (such a chip will be called a Wayne probe) and avr-gdb installed on your computer. You also need a .elf version of your code with debug symbols.