python library for better traceback on errors in CLI
June 4, 2019 1:02 PM Subscribe
I recently tried a newish python library that gave you a better traceback when running a script from the CLI. It showed you a full stack trace, the value of variables, etc., in the CLI itself. I forgot the name, have tried googling for it, no luck, so I turn to you.
Response by poster: It was a little like that, but prettier, using colors to mark syntax, and didn't need to make any changes to your code. Also showed variable values in context.
posted by signal at 2:27 PM on June 4, 2019
posted by signal at 2:27 PM on June 4, 2019
There's like a million of 'em on github. The first result (stackprinter) sounds like what you are looking for.
posted by Poldo at 2:48 PM on June 4, 2019
posted by Poldo at 2:48 PM on June 4, 2019
Best answer: Our programmers love better exceptions.
posted by advicepig at 6:26 PM on June 4, 2019 [1 favorite]
posted by advicepig at 6:26 PM on June 4, 2019 [1 favorite]
This thread is closed to new comments.
posted by destructive cactus at 2:00 PM on June 4, 2019