-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
What feature or new tool do you think should be added to DevToys?
It would be nice to have a built-in formatter/beautifier for stacktraces like at https://elmah.io/tools/stack-trace-formatter/ in fact I believe you might be able to integrate that one since it's open-source as well, although the license is different.
I think it would make sense to have that under the "Text" or "Formatters" category.
Why do you think this is needed?
As developers we deal with large stacktraces regularly and tools like these make them a lot more readable.
Solution/Idea
https://github.com/w8tcha/StackTraceBeautify contains code under apache license and https://elmah.io/tools/stack-trace-formatter/ contains the demo for that same project.
Comments
No response
sboulema, tomap and HelioVernet