|
strace
☆
« Back to VersTracker
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Description: Diagnostic, instructional, and debugging tool for the Linux kernel |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Type: Formula | Tracked Since: Dec 28, 2025 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Links: Homepage | formulae.brew.sh | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Category: Developer tools | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tags: debugging tracing system-calls linux diagnostics | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Install: brew install strace | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
About: Strace is a powerful diagnostic tool that intercepts and records system calls made by a process and the signals received. It provides detailed visibility into how a program interacts with the Linux kernel, making it indispensable for troubleshooting complex software issues. This allows developers and administrators to understand application behavior without needing access to source code. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
Key Features:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
Use Cases:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
Alternatives:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Version History | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|