On Sat, Sep 10, 2011 at 4:12 PM, hiren panchasara <
hiren.panchas...@gmail.com> wrote:
> I see debug1, debug2, debug3 messages in source code. How do I see them? Do
> I need to compile with any special debug option? Once enabled, where do
> these messages get logged?
>
I could see some "debug" se
./configure CFLAGS="-ggdb -DDEBUG"
Compile and put "debug on" in screenrc.
Screen spits out debug messages to /tmp/debug ( see screen.h ).
Attaching a debugger might be helpful.
On Mon, 12 Sep 2011, hiren panchasara wrote:
On Sat, Sep 10, 2011 at 4:12 PM, hiren panchasara
wrote:
I s