yep . that's somewhat hacky to enable debug when developing/fixing the
java class parser. it's done that way intentionally
On 08/12/13 18:07, Adam Pridgen wrote:
NVM. I just changed the code and got a working solution. The code that
I am looking at is shlr/java/class.c. I just set:
#undef IFDBG
#define IFDBG if(0)
to:
#undef IFDBG
#define IFDBG if(1)
Thanks.
On Mon, Aug 12, 2013 at 10:46 AM, Adam Pridgen
<[email protected]
<mailto:[email protected]>> wrote:
Hello,
How do I enable debugging statements in a build. Specifically, I
noticed that IFDBG, and I would like the statements to print when I
use radare. Right now, I am currently compiling the radare with the
sys/all.sh. Which script should I be using? Thanks,
-- Adam
_______________________________________________
radare mailing list
[email protected]
http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org
_______________________________________________
radare mailing list
[email protected]
http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org