Best ltrace Alternatives (22)

Looking for a ltrace alternative? We've compiled the best options based on user reviews, features, and pricing to help you find the right fit.

What is ltrace? ltrace is a debugging utility that intercepts and records dynamic library calls which are called by an executed process. It can be used to trace calls made by programs to shared libraries and helps debug issues caused by dynamic linking.

Top Alternatives to ltrace

strace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor and tamper with interactions …

Valgrind is an instrumentation framework for building dynamic analysis tools. It can detect memory management and threading bugs, and profile …

Ftrace is a Linux kernel internal tracer used to observe and debug kernel behavior, including scheduling, function calls, interrupts, and …

Libcsdbg is an open-source debugger library for C and C++ programs. It provides APIs for implementing debugging, tracing, and profiling …

ApproveAPI is an API and workflow automation platform that allows you to build custom approval workflows and integrate them seamlessly …

DTrace is a dynamic tracing framework created by Sun Microsystems for troubleshooting kernel and application problems on production systems in …

API Monitor is an application monitoring tool that allows developers to track, debug, and test APIs and microservices. It provides …

JTracer is an open-source Java profiler and tracing tool for monitoring and optimizing Java application performance. It provides detailed metrics …

Process Monitor is a advanced monitoring tool for Windows that shows real-time file system, Registry and process/thread activity. It can …

SystemTap is an open source scripting language and tool for dynamically tracing Linux systems. It provides information about a running …

More Similar Software

ltrace Overview

ltrace is a program tracing utility intended for debugging issues in running processes on Linux and some other Unix-like systems. It intercepts and records dynamic library calls which are called by processes during execution.Specifically, it traces calls made by programs to shared libraries such as system calls and other dynamic linking calls. For each intercepted library call, ltrace prints out the name of the call along with its arguments and return value. This allows developers to trace execution of a …

Quick Comparison

SoftwarePricingScore
ltraceN/A
straceN/A
ValgrindN/A
ftraceN/A
LibcsdbgN/A
ApproveAPIN/A
DTraceN/A
API MonitorN/A
JTracerN/A
Process MonitorN/A
SystemTapN/A

Read full ltrace review → | Browse Development software