« earlier | later » Page 3 of 4
Chris's Wiki :: blog/linux/SystemTapSetuidTracing edit / delete
Building a partial strace replacement with SystemTap. Cute, but this doesn't give you most of the smart decoding strace does (which is what makes it better than its equivalents on every other Unix-like).
to debugging linux strace systemtap tracing ... on 01 August 2009
FRP-based debugger for MzScheme. Matt mentioned this as an example of a really neat debugging system; it'd be interesting to do something similar for occam programs.
A Haskell debugging tool; designed for inspecting data structures.
to debugging haskell research software ... on 10 November 2006
PytStop debugging engine edit / delete
A debugger backend module for Python, so you can do gdb-style debugging operations on another binary from a Python program. This could be really cool to use for an occam debugger.
Remake - GNU Make with comprehensible tracing and a debugger edit / delete
Just what it says. How odd.
Another DTrace clone for Linux.
Winpdb - an advanced python debugger edit / delete
Interesting-looking Python debugger. Shame it uses wxPython...
Sysprof - A System-wide Linux Profiler edit / delete
Uses a kernel module.
AskIgor - Automated Debugging Service edit / delete
Computes failure traces for programs automatically.
to debugging programming software ... on 08 July 2005
« earlier | later » Page 3 of 4
- debugging | |
5 | + ag0700 |
1 | + ag0801 |
2 | + ag0803 |
1 | + algorithm |
1 | + analysis |
1 | + assembler |
1 | + benchmarking |
1 | + bug |
2 | + bugs |
1 | + build |
1 | + cga |
1 | + clang |
1 | + compiler |
2 | + concurrency |
1 | + copy-paste |
1 | + correctness |
1 | + demo |
1 | + errors |
1 | + ftrace |
3 | + games |
1 | + gcc |
2 | + gdb |
1 | + haskell |
1 | + heap |
1 | + homebrew |
1 | + kernel |
1 | + ld |
1 | + libc |
7 | + linux |
1 | + llvm |
1 | + lockfree |
1 | + memory |
1 | + networking |
1 | + opengl |
1 | + pacman |
1 | + pc |
1 | + perf |
4 | + performance |
1 | + playstation |
1 | + pokemon |
1 | + profiling |
3 | + programming |
1 | + ps2 |
2 | + python |
3 | + research |
1 | + scalzi |
1 | + scheme |
1 | + security |
14 | + software |
1 | + software-engineering |
2 | + strace |
2 | + stuffed-animal |
1 | + systemtap |
2 | + teaching |
1 | + to-package |
3 | + tracing |
1 | + valve |
1 | + varan |
1 | + windows |
tasty by Adam Sampson.