Select your language

Home arrow-right ... arrow-right Development Software arrow-right Component Libraries Software arrow-right Libcsdbg

We've compiled a list of 5 free and paid alternatives to Libcsdbg. The primary competitors include API Monitor, Valgrind. In addition to these, users also draw comparisons between Libcsdbg and ltrace, strace, ApproveAPI. Also you can look at other similar options here: Development Software, Component Libraries Software.


API Monitor is a Windows program that lets you monitor and control API calls made by applications...

Valgrind
Free Open Source

Valgrind is an instrumentation framework for building dynamic analysis tools.

ltrace
Free Open Source

ltrace intercepts and records dynamic library calls which are called by an executed process and the...

strace
Free Open Source

Trace system calls and signals. A diagnostic, debugging and instructional userspace utility.

C++ exception (and generic) stack trace debug suite

Libcsdbg Platforms

tick-square Linux

Libcsdbg Video and Screenshots

Libcsdbg Overview

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 multi-threaded (or multi-process) 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)

Top Libcsdbg Alternatives

Share your opinion about the software, leave a review and help make it even better!

Libcsdbg Tags

tracer instrumentation profiler debugger

Suggest Changes

Your Feedback

Select a rating
Please select a rating

Your vote has been counted.

Do you have experience using this software?