avr-gdb
GNU Debugger for avr
Install
- All systems
-
curl cmd.cat/avr-gdb.sh
- Debian
-
apt-get install gdb-avr
- Ubuntu
-
apt-get install gdb-avr
- Arch Linux
-
pacman -S avr-gdb
- 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
- Dockerfile
- dockerfile.run/avr-gdb
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.