[cfe-dev] debuging code generated with clang

Dmitriy Tochansky tochansky at gmail.com
Tue May 29 02:58:39 PDT 2012


Hello!
I'm trying to debug my project built with clang using gdb.
When I start debuging in IDE(NetBeans) I see only asm code but not C source.
I'm using next commandline when build:
clang -ggdb -O0 test.c -o test

Can some one point me to doc or something?

-- 
Dmitriy



More information about the cfe-dev mailing list