avr-run

GNU Debugger for avr

Install

All systems
curl cmd.cat/avr-run.sh
Debian Debian
apt-get install gdb-avr
Ubuntu
apt-get install gdb-avr
Arch Arch Linux
pacman -S avr-gdb
image/svg+xml Kali Linux
apt-get install gdb-avr
Fedora
dnf install avr-gdb
Windows (WSL2)
sudo apt-get update sudo apt-get install gdb-avr
Raspbian
apt-get install gdb-avr

gdb-avr

GNU Debugger for avr

This package has been compiled to target the avr architecture. GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, it works for C, C++, Fortran Modula 2 and Java programs. A must-have for any serious programmer. This package is primarily for avr developers and cross-compilers and is not needed by normal users or developers.

avr-gdb

GDB for (remote) debugging avr binaries