u...@netbeisser.de wrote:
do you know of a suckless linux debugger? what is an alternative to ptrace?

I use throw a bunch of puts()s around the code to see when it crashes
(or misbehaves), and printf()s to print variables value while the program
is running, and getchar()s as a breakpoints. Hope that gives you a hint

Raiz

Reply via email to