mmurdoch / arduinounit

ArduinoUnit is a unit testing framework for Arduino libraries
MIT License
394 stars 51 forks source link

debug simavr build #89

Closed wmacevoy closed 5 years ago

wmacevoy commented 5 years ago

It is very difficult to debug via print statements.

wmacevoy commented 5 years ago

ok there is alpha style documentation on line-by-line debuging using simavr and avr-gdb on ubuntu merged into master. This finally helped me track down #86.