diff --git a/README.md b/README.md index 382632a..f81d340 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,11 @@ void trace() { /* other stuff */ ``` -![Screenshot](res/screenshot.png) +![Demo](res/demo.png) + +It even supports function inlining information on release builds: + +![Inlining](res/inlining.png) Cpptrace provides access to resolved stack traces as well as lightweight raw traces (just addresses) that can be resolved later: diff --git a/res/screenshot.png b/res/demo.png similarity index 100% rename from res/screenshot.png rename to res/demo.png diff --git a/res/inlining.png b/res/inlining.png new file mode 100644 index 0000000..023c421 Binary files /dev/null and b/res/inlining.png differ