Bazsites.com Debugging
Directory Topics
On the Web
- Develop Articles on Testing and Debugging - Several good articles on Mac OS debugging, including "Macintosh Debugging: A Weird Journey into the Belly of the Beast", "Macintosh Debugging:The Belly of the Best Revisited", "Balance of Power: MacsBug for PowerPC", "Sleuthing Through Your Code" and "Balance of Power: Stalking the Wild Defect".
- Libcwd - A thread-safe library to support C++ developers with debugging their applications. It includes support for ostream-based debug output to custom debug channels, memory allocation debugging and run-time support like printing source file locations and demangled names of template parameters.
- Microsoft Debugging Tools - Downloads and related resources for debugging tools for Windows.
- Adalog Debug - A package provides a sophisticated trace facility, especially valuable for multi-tasking programs. The child package Debug.Timing also provides utilities for measuring execution time, and the child package Debug.Assert provides utilities for checking that certain properties of program are actually met.
- Team Remote ASP Debugger - ASP debugging development tool let edit and debug ASP pages both remotely and locally. VBScript and JavaScript debugging fully supported. [Commercial]
- viewcore, coredump / core dump / core file debugging on linux and mac os x, atanas dimitrov - viewcore - coredump debugging software which works on Linux(ELF) and Mac OS X(mach-o). It helps the programmer to obtain essential information about the abnormal termination of a process or a thread.
- Dedicated Debugging Tool (DDT) - A full screen debugging tool, DDT captures the interrupt vectors and allows users to debug and alter the execution environment in a number of ways.
- Omniscient Debugging - An experimental debugging tool written in Java which allows "rewinding" and seeing what the values of variables were in the past. Works by modifying bytecode. [Freeware]
- Secrets of the Debug Meisters - A grab bag of tips and tricks for debugging Macintosh software with the MacsBug low-level debugger: where to get it, what books to read, and lots of helpful hints.
- Debug Tutorial by Fran Golden - Basic and easy to follow instruction.
Wikipedia Articles
- Remote debugging - Remote debugging is the process of debugging a program running on a system different than the debugger. To start remote debugging, debugger connects to a remote system over a network.
- Delta Debugging - Delta Debugging automates the scientific method of debugging. The Delta Debugging algorithm isolates failure causes automatically - by systematically narrowing down failure-inducing circumstances until a minimal set remains.
- Debugging data format - A Debugging data format is a means of storing information about a compiled computer program for use by high-level debuggers. Modern debugging data formats store enough information to allow source-level debugging.
- Dynamic debugging technique - Dynamic Debugging Technique, or DDT, was the name of several debugger programs originally developed for DEC hardware, initially known as DEC Debugging Tape because it was distributed on paper tape). The first version of DDT was developed at MIT for the PDP-1 computer in 1961, but newer versions on newer platforms continued to use the same name.
- Allinea Distributed Debugging Tool - Distributed Debugging Tool (DDT) is a closed source debugger produced by Allinea Software Ltd of Warwick, United Kingdom, primarily for debugging parallel programs, including those running on clusters of Linux machines, but also used by many for scalar code in C, C++ and Fortran 90.