How to compile with ddd?# Programming - 葵花宝典
a*e
1 楼
For C++ code, with some STL code I wrote.
I'm using the command:
"g++ *.cc -g"
BUT, the debugged code has some system library included,
which is very hard to debug.
How to tell the compilier to generate the debugging code,
not including system library??
Thanks.
I'm using the command:
"g++ *.cc -g"
BUT, the debugged code has some system library included,
which is very hard to debug.
How to tell the compilier to generate the debugging code,
not including system library??
Thanks.