BugTrap
BugTrap copied to clipboard
:beetle: BugTrap: Catch unhandled exceptions in unmanaged and managed .NET code.
Added support VS2019 and 2022. Removed deprecated /Gm parameter for VS2019 VS2022 Remove redundant 'void' function parameter. Visual Assist code review fixes.
Hello! Is there anybody out there? First I've (two+1) questions: *) There is a "official" maintainer of BugTrap? *) Who is? Is you? :-) *) In the source code there...
Support https server
Is it possible to use BugTrap with BugTrapWebServer running on HTTPS? I set the port to 443 but it failed to communicate. Still works on port 80 (HTTP) so I...
I am getting this error after adding syncfusion components to my code: Error: Could not load file or assembly 'BugTrapN.dll' or one of its dependencies. The specified module could not...
Currently if a user doesn't have any mail client installed, BugTrap can't send report to support email.
I'm trying to modify your project in order to let screen capturing to acquire only the screenshot of the main window of the application it is supporting (it would be...
In some situations, when application isn't crashed, one may need to get a stack trace for some reasons. Well, instead of creating code that calls dbghelp.dll, one can use existing...
`#include #include "BugTrap\BugTrap.h" #include #pragma comment(lib, "BugTrap\\BugTrapU.lib") // Link to Unicode DLL void SetupExceptionHandler(); int main() { SetupExceptionHandler(); BT_SetTerminate(); std::map idMap; idMap[0] = 1; idMap.erase(idMap.begin()); idMap.erase(idMap.begin()); // BugTrap cannot capture...
On WIN10 System CSymEngine::GetOsInfo m_pszWinVersion got value "Windows 8" .