ashima/pdf-table-extract

Error reporting needs an option to dump the full traceback

Closed this issue · 1 comments

The current exception catching tends to hide the source of the error, making debugging hard.

Added a "--traceback" option to the executable (also "--backtrace", "-tb","-bt"), which will raise any exception to the user level. Pushed in 7a04fc5