hightail
hightail copied to clipboard
On runtime error, report exit code (like: SIGSEGV)
I tried it with Python. For me it's more important to see not the exit code but rather the STDERR/STDOUT results to catch the "index out of bounds" and plain typos. Without it debugging of the script becomes impossible.
For showing stderr output, the following issue is related: https://github.com/dj3500/hightail/issues/29