backtrace Questions
9
Solved
If my C++ app crashes on Windows I want to send useful debugging information to our server.
On Linux I would use the GNU backtrace() function - is there an equivalent for Windows?
Is there a way ...
Smutchy asked 12/5, 2009 at 0:12
1
Solved
Is it possible (using plugin or maybe some config option) to make javascript error console to show error backtrace?
Affair asked 21/5, 2010 at 15:3
3
Solved
I know this topic has been covered ad nauseam here, and other places on the internet - but hopefully the question is a simple one as I try to get my head around assembly...
So if i understand cor...
Rafaelof asked 28/4, 2010 at 1:23
2
Solved
I am using visual c# to debug a large c# project. The project is very large and only some of the pdbs are build by myself. I can build all the pdb however it's very time consuming. I am debugging a...
4
In some projects I've done in C, I've liked using the following macros which work similar to Perl's warn and die subroutines:
#include <stdio.h>
#include <stdlib.h>
#define warn(...) ...
4
Solved
My logging code uses the return value of backtrace() to determine the current stack depth (for pretty printing purposes), but I can see from profiling that this is a pretty expensive call.
I don't...
© 2022 - 2024 — McMap. All rights reserved.