I was thinking maybe we should be adding a command line option to the /usr/bin/sigil shell script to force it to launch sigil within gdb instead of just sigil. I do this on my own linux scripts on my research box to set the appropriate LD_LIBRARY_PATH, and set any other environment variables as normal in the script and then do:
gdb PATH_TO_REAL_EXECUTABLE/sigil
instead of just launching the real sigil executable itself.
My 2 cents ...
|