magicDGS / ReadTools

A Universal Toolkit for Handling Sequence Data from Different Sequencing Platforms
https://magicdgs.github.io/ReadTools/
MIT License
6 stars 3 forks source link

Add stacktrace to unexpected errors #514

Closed magicDGS closed 5 years ago

magicDGS commented 5 years ago

I keep asking users to run in DEBUG mode while reporting "UNEXPECTED ERROR: null" (e.g., #509), but also with other errors that have a message (e.g., https://github.com/magicDGS/ReadTools/issues/236). We should add the stacktrace to this errors, as they help me debugging and anyway it is not an user error, but a problem with either reporting the error or a real bug in the code.