Explore >> Select a destination


You are here

www.davidxia.com
| | aykevl.nl
1.7 parsecs away

Travel
| | [AI summary] The article explains how to debug AVR microcontroller programs using simavr and avr-gdb, providing a step-by-step example for setting up and using the tools.
| | abstractexpr.com
2.4 parsecs away

Travel
| | Most programmers prefer to write code over debugging it. Unfortunately, code breaks a lot more often than we would like and it often breaks in situations that are hard to debug. Therefore, an essential skill as a programmer is to know how to debug your code (and that of others). When facing our first bug...
| | blog.gnoack.org
1.9 parsecs away

Travel
| | [AI summary] A guide on retrieving core dumps in Linux using systemd and the coredumpctl tool, with an example program demonstrating segmentation faults and debugging with GDB.
| | lupyuen.org
10.3 parsecs away

Travel
| How we build and debug Embedded Rust Firmware for PineCone BL602... With VSCode and GDB