Skip to content

C/C++ AVR debugger using the debugWIRE protocol

Notifications You must be signed in to change notification settings

Club-INTech/wdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

C/C++ AVR debugger using the debugWIRE protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages