The Best 5 JTracer Alternatives

  • Valgrind

    Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail.

    Free Open Source Mac OS X Linux Android

  • API Monitor

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

    Free Windows

  • strace

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

    Free Open Source Linux BSD FreeBSD

  • ltrace

    ltrace intercepts and records dynamic library calls which are called by an executed process and the signals received by that process. It can also intercept and print the...

    Free Open Source Linux BSD FreeBSD