Re: [dev] suckless debugger?

From: Charlie Kester <corky1951_AT_comcast.net>
Date: Wed, 31 Aug 2016 14:55:35 -0700

On Wed 31 Aug 2016 at 12:08:16 PDT Markus Teich wrote:
>u_AT_netbeisser.de wrote:
>> do you know of a suckless linux debugger? what is an alternative to ptrace?
>
>Heyho Stefan,
>
>just use printf debugging.
>
>--Markus

Even that might not be necessary if your program has enough visible
indications of its progress that you can intuit where it is going wrong
simply by watching what happens and using your brain.

Such "debugging by thinking", however, works best when the program design is already
somewhat suckless. The more complicated your design (and the more it
relies on an underlying third-party software stack) the more difficult
debugging it is going to be.
Received on Wed Aug 31 2016 - 23:55:35 CEST

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