help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how to enable trace in bison C++ parser


From: Gvnaena Pura
Subject: how to enable trace in bison C++ parser
Date: Wed, 22 Aug 2007 17:44:35 -0000
User-agent: G2/1.0

Hi,

I know for C parsers, one can simply #define YYDEBUG to be 1, and set
yydebug=1 somewhere, and then the parser will print trace information
at each step.  But how can I do this for C++ parser?  I
used ::set_debug_level and ::set_debug_stream, and there is no effect
at all.  How can I do this?  Thanks in advance.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]