Last week's post provided some tips and tricks for debugging scripts. This week's provides some even better ones! In last week’s posting, I mentioned the -x and -v options that can be used on the ...
You can use Linux and still employ a methodology that includes all of the different phases of the ever-critical debugging process. A growing number of embedded developers are experimenting with the ...
All kinds of things can go wrong with your shell scripts, but they don't have to. Let's look a some debugging tips that can help ensure your scripts run the way you intend. The first step in debugging ...
All programs use memory, even ones that do nothing. Memory misuse results in a good portion of fatal program errors, such as program termination and unexpected behavior. Memory is a device for ...
Many reasons exist why Linux is a good operating system for embedded applications. Besides being open source and cost effective, one of the most important reasons is portability; a Linux application ...
As with many Linux-related topics, the issue of using debuggers to troubleshoot the Linux kernel is not only technical--it's political. Linux is being mostly developed on the x86 platform, which does ...
A recent post about debugging constructs surprised me. There were quite a few comments about how you didn’t need a debugger, as long as you had printf. For that matter, we’ve all debugged systems ...
In a typical work week, a Unix systems administrator is likely to have at least one small mystery to solve — one “huh?”, one “that doesn’t make any sense” or one “I’ve never seen this before”. Most of ...