Johan Corveleyn <jcor...@gmail.com> writes: > I'm not very experienced in debugging C code ... any hints on how to > get a hold of the callstack easily? I'd think of setting a breakpoint > there, but it would be best to do that with a conditional breakpoint > somehow, to avoid having to resume a dozen times.
There will only be a few calls. I'd set breakpoints on add_file and close_directory in dump_editor.c and simply resume at each break. -- uberSVN: Apache Subversion Made Easy http://www.uberSVN.com