Hi All/Jose, I was able load and run the script under gdb as stated in [1]. I set a BP on the function of interest. gdb responded as expected with a file and line number (which were correct).
However, when I run the script, the BP is never hit. I do see the results of the failed test, so I know the function where the BP was set executed. Is there anything special for debugging under gdb and the script wrapper? Jeff [1] http://gnupdf.org/manuals/gnupdf-hg-manual/html_node/Using-gdb-to-debug-check-tests.html#Using-gdb-to-debug-check-tests
