Re: How to skip system functions while stepping through the code?
"Hansjuergen Schulz" <[email protected]>
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Message-ID | <[email protected]> |
It looks like your C/C++ libraries are compiled in debug mode. You can try to remove the debug information from your libraries using the strip utility. The debugger should skip over library calls if no symbols are available for it. Regards, HaJu > > _______________________________________________ Ddd mailing list [email protected] http://lists.gnu.org/mailman/listinfo/ddd