Skip to content

jruderman/stack-blame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

If you come across a crash report like:
https://crash-stats.mozilla.com/report/index/95fc8b76-e6c7-4f5c-bddf-dc97c2101116

You can run:
./stack-blame.py 95fc8b76-e6c7-4f5c-bddf-dc97c2101116

Which creates HTML output like:
https://www.squarefree.com/stack-blame/95fc8b76-e6c7-4f5c-bddf-dc97c2101116.html

Along with ASCII output:
https://www.squarefree.com/stack-blame/95fc8b76-e6c7-4f5c-bddf-dc97c2101116.txt

Fresher lines of code are deep green, making them easy to spot.

About

Shows hg blame for each line of a stack trace, along with nearby lines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages