https://github.com/heapwolf/cpp-stacktrace
Quick and simple stacktraces for C++
https://github.com/heapwolf/cpp-stacktrace
Last synced: 3 months ago
JSON representation
Quick and simple stacktraces for C++
- Host: GitHub
- URL: https://github.com/heapwolf/cpp-stacktrace
- Owner: heapwolf
- License: mit
- Created: 2015-10-10T12:06:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-10T12:08:19.000Z (over 9 years ago)
- Last Synced: 2025-01-12T21:53:41.270Z (4 months ago)
- Language: C++
- Size: 121 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SYNOPSIS
Quick/Simple stacktrace hack.# MOTIVATION
[`This`](https://medium.com/@hij1nx/how-to-make-debugging-c-errors-easier-7824922a8cc6) blog post.