Replies: 1 comment 2 replies
-
Hi, thanks for the kind words :) What you're trying to do is possible, though, I apologize in advance it isn't the most painless process. What I'd do is, in production, output a I'll try to add some documentation on this. I think it would also be beneficial for the library to somehow make this process less painful, though I'm not immediately sure how best to facilitate this. Hope it helps! |
Beta Was this translation helpful? Give feedback.
-
Thank you for working on this amazing project! It is much better than anything else I could find.
I have been using this on a Qt/C++/Windows/MSVC GUI application.
During the development cycle, it is amazing! Anytime I have an exception, I get a pretty colored stack trace to help me find the issue.
However, I am somewhat confused about how to move this to production. Currently, I generate the debug symbols in a separate PDB file. I don't want to ship this PDB to the end users (it is huge and also contains alot of the application internal logic). How can I generate something (stacktrace, core dump, mini dump) in a production environment and then once that is reported/collected debug it using the PDB on another machine?
I hope this question makes sense.
Beta Was this translation helpful? Give feedback.
All reactions