JTracer icon
JTracer icon

JTracer

 3 likes

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

JTracer screenshot 1

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  • Android
  • Java Mobile
  • Android Tablet
Discontinued

Sourceforge says "Last Update: 2020-01-05"

  No rating
3 likes
0comments
0 news articles

Features

Suggest and vote on features

JTracer News & Activities

Highlights All activities

Recent activities

  • inson1 updated JTracer
    11 months ago
Show all activities

JTracer information

  • Developed by

    Tasos Parisinos
  • Licensing

    Open Source and Free product.
  • Alternatives

    6 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Our users have written 0 comments and reviews about JTracer, and it has gotten 3 likes

JTracer was added to AlternativeTo by tasosparisinos on Mar 21, 2016 and this page was last updated Mar 18, 2024.
No comments or reviews, maybe you want to be first?
Post comment/review

What is JTracer?

JTracer is a remote debugger client for the Libcsdbg debugger

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)