stackprinter icon indicating copy to clipboard operation
stackprinter copied to clipboard

Debugging-friendly exceptions for Python

Results 12 stackprinter issues
Sort by recently updated
recently updated
newest added

Sooner or later this whole thing should be consolidated on @alexmojaki's [stack_data](https://github.com/alexmojaki/stack_data), which is a cleaner, more robust and by now also more widely used version of the data extraction...

In my application stackprinter ignores the passed in ``supressed_paths`` and I am not sure why (this has already worked and I am not sure what changed). I can't seem to...

...one to format each frame and exception message, one to assemble the final string. perhaps a step towards a feature where it returns somewhat more structured data

work-in-progress

Catch an (crashing #45 ) edge case where the frame's current line numer is wrong, or the discoverd line number where the frame's code block starts is. This looks like...

Maybe I missed something when reading through your README, but I am getting an empty stack trace. ![image](https://user-images.githubusercontent.com/23083317/92025207-cea8dc80-ed24-11ea-9b69-b65136948729.png) I followed your example in your README, but this is what I...

As discussed in #22 This is still very much a WIP, but you can run the demos and see output that looks right until you inspect it more closely. I'm...

I just learned about this package: https://github.com/wolever/pprintpp Seems like it could be useful here.

Ran into a "Picked an invalid source context". I've only seen this once thus far. On python `3.12.0` with StackPrinter `0.2.12`. ``` Stackprinter failed while formatting : File "venv312/lib/python3.12/site-packages/stackprinter/frame_formatting.py", line...

Hello, I am using a custom library to log loads of information in error-scenarios in a long-running computation. Today I discovered your library which is way more awesome than what...

Many terminals allow to customize the appearance. The basic colors can be overridden, but the ANSI 256 colors not. For example, there can be solarized, light, and dark themes for...