The Best 5 Libcsdbg Alternatives
-
-
14 Like
API Monitor
API Monitor is a Windows program that lets you monitor and control API calls made by applications and services.
-
-
Libcsdbg is a C++ exception stack tracer. When an exception is thrown, caught and handled, libcsdbg offers the tools to create and process the exception stack trace, the...
libcsdbg is a c++ exception stack tracer. when an exception is thrown, caught and handled, libcsdbg offers the tools to create and process the exception stack trace, the path the exception has propagated up the call stack, unwinding it, up to the section were it was handled. the traces are detailed with demangled function signatures and additional addr2line info (the source code file and line that each function was called). libcsdbg will perform flawlessly with single and multithreaded (or multiprocess) programs, with any dynamically linked shared object (dso dynamic shared object) and with any statically linked library. additionally, libcsdbg helps the developer/tester create sophisticated stack traces of any thread, at any given moment during a process execution, as a snapshot of the runtime call graph. this is very useful in cases of fatal errors, reception of terminating signals or process abortion/termination (such as segmentation faults)
debugger profiler instrumentation tracer