Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heapwolf/cpp-stacktrace
Quick and simple stacktraces for C++
https://github.com/heapwolf/cpp-stacktrace
Last synced: 25 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-10T12:08:19.000Z (about 9 years ago)
- Last Synced: 2024-10-03T08:38:32.897Z (about 1 month 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.