avr-gdb
The GNU Debugger for AVR
GDB is the GNU debugger. With it, you can monitor what a program is doing while it runs or what it was doing just before a crash. It allows you to specify the runtime conditions, to define breakpoints, and to change how the program is running to try to fix bugs.
This variant of GDB can be used to debug programs written for the AVR microcontroller architecture.
- Versions: 14.2
- Website: https://www.gnu.org/software/gdb/
- Licenses: GPL 3+
- Package source: gnu/packages/gdb.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of avr-gdb
as follows:
guix install avr-gdb
Or install a particular version:
guix install avr-gdb@14.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of avr-gdb about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/avr-gdb'><img src='https://packages.guix.gnu.org/packages/avr-gdb/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/avr-gdb)
Example Org:
[[https://packages.guix.gnu.org/packages/avr-gdb][https://packages.guix.gnu.org/packages/avr-gdb/badges/latest-version.svg]]