|
You are here |
www.davidxia.com | ||
| | | | |
abstractexpr.com
|
|
| | | | | 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
|
|
| | | | | [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. | |
| | | | |
www.blarg.ca
|
|
| | | | | In an effort to find things to do to take my mind off of the current state of the world and my bouts of depression, I recently re-visited Gamecube/Wii development stuff for a small-ish project that had been brewing in the back of my mind over the past ... | |
| | | | |
perrotta.dev
|
|
| | | When writing portable shell scripts, should we prefer #!/bin/bash or #!/usr/bin/env bash? I tend to write #!/bin/bash by hand, but here is an argument to prefer ... | ||