-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stack Traces in User Reporting #411
Comments
No immediate objections. Just googled for ready made options. Could we use https://github.com/boostorg/stacktrace? I mean it is a good idea, but do we want to maintain all the name mangling etc.? |
I'm not against adding, I'm more worried about maintaining one in the long run with all possible corner cases. That is why I'm thinking that if we want this, we should turn into 3rd party option. |
Yeah mac has it built in with Xcode super easily. Maybe I will leave this out tho since windows definitely doesn't. I'll just c-n-p it in when I need to debug. I'm going to close this and not do it for now. Code already has enough complexity. |
Thanks for reading tho! |
Lots of times I find myself wanting a stack trace when I'm debugging. Enough times that I just want to make this something I don't have to hack in and hack out.
Anyone object if I add
to UserInformation and then add to promptError an
appendCallStack = false
option? @jsakkine would you reject that at review time before I code it up? :)The text was updated successfully, but these errors were encountered: