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 ...
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 ...
If you write code for Linux systems, chances are you will have used the venerable GNU Debugger (GDB). Acting as a back end for many GUIs and the interface to various JTAG debugging tools in the ...
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 ...
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 ...
Debugging the software in a complex real-time system is particularly challenging because the manifestation of a bug is frequently far removed from the actual occurrence of the bug-in both time and ...
Feisty Fawn, also known as version 7.04, comes with software that can send debugging information to help programmers track down the problems that cause applications to crash, Canonical Chief Executive ...
The Linux kernel debugger (KDB) allows you to debug the Linux kernel. This aptly named tool is essentially a patch to the kernel code that lets hackers access kernel memory and data structures. One of ...
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 ...
Green Hills Software has announced a software development environment for embedded Linux developers. According to Green Hills, the Linux development software in its MULTI tool suite will address the ...