Re: [dev] suckless debugger?

From: Ali H. Fardan <raiz_AT_firemail.cc>
Date: Thu, 01 Sep 2016 01:07:12 +0300

u_AT_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
Received on Thu Sep 01 2016 - 00:07:12 CEST

This archive was generated by hypermail 2.3.0 : Thu Sep 01 2016 - 00:13:28 CEST