Code Instrumentation Generator

Automatically instruments source code to collect runtime information such as function calls, branch decisions, variable values, and execution traces while preserving original program semantics. Use when users need to: (1) Add logging or tracing to code for debugging, (2) Collect runtime execution data for analysis, (3) Monitor function calls and control flow, (4) Track variable values during execution, (5) Generate execution traces for testing or profiling. Supports Python, Java, JavaScript, and C/C++ with configurable instrumentation levels.

ArabelaTso Updated

File contents

ArabelaTso/Skills-4-SE/tree/main/skills/code-instrumentation-generator commit be08d54321

Frequently asked questions

npx skillmds@latest add arabelatso/code-instrumentation-generator