What is JTracer?
A comprehensive C++ exception and generic stack trace debug suite, JTracer offers a remote debugger client for the powerful Libcsdbg debugger. When an exception is thrown, caught, and handled, Libcsdbg provides the essential tools to create and process the detailed exception stack trace, unveiling the full call stack path the exception has propagated. The traces are enriched with demangled function signatures and additional addr2line information, detailing the exact source code file and line that each function was called
Highlights
- Seamless support for single and multi-threaded (or multi-process) programs, handling any dynamically linked shared objects (DSOs) and statically linked libraries
- Ability to generate sophisticated stack traces of any thread, at any given moment during process execution, providing a snapshot of the runtime call graph
- Valuable in cases of fatal errors, terminating signals, or process abortion/termination (such as segmentation faults)
- Comprehensive stack trace generation and processing capabilities
Platforms
- Java Mobile
- Windows
- Mac
- Android Tablet
- Android
- Linux
Languages
- English
Features
Debugging
C++