awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 रिपॉजिटरी

Awesome GitHub RepositoriesTracing Debuggers

Tools that trace line-by-line execution and variable state changes to identify logic errors.

Distinct from Python: Distinct from general Python language resources: focuses specifically on diagnostic tracing and debugging utilities.

Explore 6 awesome GitHub repositories matching programming languages & runtimes · Tracing Debuggers. Refine with filters or upvote what's useful.

Awesome Tracing Debuggers GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • cool-rr/pysnoopercool-RR का अवतार

    cool-RR/PySnooper

    16,604GitHub पर देखें↗

    PySnooper is a diagnostic library for Python that tracks variable values and execution flow to provide a detailed history of program state. By applying decorators to functions, generators, or classes, it logs line-by-line execution and state changes without requiring manual print statements. The tool distinguishes itself through its ability to monitor nested function calls and concurrent operations in multi-threaded applications. It captures execution context by accessing the current stack frame, allowing for the inspection of local variables and the evaluation of arbitrary expressions during

    Traces line-by-line execution and variable state changes in Python functions to identify logic errors without manual print statements.

    Pythondebugdebuggerintrospection
    GitHub पर देखें↗16,604
  • foundry-rs/foundryfoundry-rs का अवतार

    foundry-rs/foundry

    10,125GitHub पर देखें↗

    Foundry is an Ethereum smart contract development toolkit and blockchain simulator designed for compiling, testing, and deploying contracts for the Ethereum Virtual Machine. It provides a local environment for simulating blockchain state and forking live networks to execute code without modifying the actual chain. The project features a property-based fuzzing engine to identify edge-case failures in contract logic and a transaction debugger for analyzing detailed execution traces and gas consumption. It enables developers to mirror the state of a remote chain locally to test against real-worl

    Offers a detailed transaction debugger for analyzing bytecode execution traces and gas usage.

    Rustalloyblockchainbytecode
    GitHub पर देखें↗10,125
  • nomicfoundation/hardhatNomicFoundation का अवतार

    NomicFoundation/hardhat

    8,489GitHub पर देखें↗

    Hardhat is a smart contract development framework and EVM tooling suite designed for the full lifecycle of Ethereum and EVM-compatible applications. It serves as a development environment for compiling, testing, and deploying smart contracts, providing a local blockchain simulation and a programmable task runner. The framework is distinguished by its extensive simulation capabilities, including the ability to fork remote network state and manipulate block time or account balances. It features a hook-based plugin system that allows for the extension of core functionality and the creation of cu

    Uses cheatcodes to control the execution environment by changing the sender address or modifying blockchain state.

    TypeScriptblockchaindappsdebugging
    GitHub पर देखें↗8,489
  • gaogaotiantian/viztracergaogaotiantian का अवतार

    gaogaotiantian/viztracer

    7,674GitHub पर देखें↗

    VizTracer is a Python runtime instrumentation system and execution profiler used to trace and visualize code execution. It functions as a multi-process performance analyzer and trace visualizer, providing an interactive timeline and flamegraph interface to identify performance bottlenecks and analyze call sequences. The project distinguishes itself by its ability to aggregate execution data from multiple threads, subprocesses, and asynchronous tasks into a single unified report. It also features live process instrumentation, allowing users to attach to and detach from running Python applicati

    Injects tracing and variable tracking into live Python processes without requiring application restarts.

    Pythondebuggingflamegraphlogging
    GitHub पर देखें↗7,674
  • web3j/web3jweb3j का अवतार

    web3j/web3j

    5,385GitHub पर देखें↗

    Web3j is a Java and Android library designed to integrate applications with Ethereum blockchain clients. It provides a JSON-RPC client for reading chain data and submitting transactions, a smart contract wrapper generator that creates native Java code from contract definitions, and a programmatic wallet manager for handling cryptographic keys and signing transactions. The project distinguishes itself through a template-based wrapper generation system that allows for type-safe interaction with on-chain contracts. It also includes a dedicated toolset for translating human-readable domain names

    Includes a debugger to inspect EVM operations and analyze contract behavior or transaction failures.

    Java
    GitHub पर देखें↗5,385
  • remix-project-org/remix-projectremix-project-org का अवतार

    remix-project-org/remix-project

    3,003GitHub पर देखें↗

    Remix is a comprehensive blockchain development environment and Ethereum smart contract IDE. It provides a complete workspace for writing, compiling, deploying, and debugging smart contracts across simulated and public blockchain networks. The project distinguishes itself as a specialized toolchain for EVM debugging and analysis, offering opcode-level transaction stepping and state memory analysis. It also includes a dedicated zero-knowledge proof toolchain for compiling ZK circuits and generating cryptographic proofs, alongside an AI-powered coding assistant for code generation and explanati

    Provides specialized tools for opcode-level transaction stepping, state inspection, and call hierarchy tracing.

    TypeScriptblockchainethereumevm
    GitHub पर देखें↗3,003
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Language Varieties
  4. Programming Languages
  5. Dynamic & Scripting
  6. Python
  7. Tracing Debuggers

सब-टैग एक्सप्लोर करें

  • EVM Execution Debuggers1 सब-टैगTools for analyzing the step-by-step execution of the Ethereum Virtual Machine to identify logic errors. **Distinct from Tracing Debuggers:** Specific to EVM bytecode execution and gas analysis, unlike general language tracing debuggers.