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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.