awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesVariable-Aware Formatting

Log formatting that injects current local variable values into the rendered stack trace.

Distinct from Stack Trace Formatters: Distinct from Stack Trace Formatters: specifically focuses on the injection of runtime variable values, not just the layout of the trace.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Variable-Aware Formatting. Refine with filters or upvote what's useful.

Awesome Variable-Aware Formatting GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • delgan/loguruAvatar Delgan

    Delgan/loguru

    23,964Vezi pe GitHub↗

    Loguru is a Python logging library and thread-safe framework designed for recording system events and diagnostic messages. It functions as a structured logging tool that can serialize messages into JSON strings with metadata for automated parsing and analysis. The library includes a specialized exception tracker that captures unhandled crashes across main and background threads, rendering detailed stack traces that include local variable values. It further distinguishes itself through a unified routing pipeline that can intercept messages from the standard library logging module and dispatch

    Renders detailed exception logs that include variable values within the stack trace for faster debugging.

    Python
    Vezi pe GitHub↗23,964
  • symfony/var-dumperAvatar symfony

    symfony/var-dumper

    7,435Vezi pe GitHub↗

    This project is a PHP data inspector and variable renderer designed to visualize complex data structures in a human-readable format during development. It functions as a debugging tool that converts internal PHP variables into formatted text for analysis of property values and internal states. The tool provides custom data visualization by transforming raw PHP data into tailored styles. It allows for the routing of dump output to different destinations, including web browsers and command line interfaces. The system handles variable debugging by inspecting object properties and resource state

    Transforms complex data structures into a readable format to quickly analyze variable contents during development.

    PHP
    Vezi pe GitHub↗7,435
  • cordx56/rustowlAvatar cordx56

    cordx56/rustowl

    5,047Vezi pe GitHub↗

    Rustowl is a diagnostic system and language server protocol extension that maps variable validity and data flow directly into text editors. It serves as a memory management tool designed to visualize lifetime constraints and ownership movement within Rust source code. The project distinguishes itself by providing a visual representation of immutable borrowings, mutable borrowings, and value moves. It specifically tracks the duration of variable validity and identifies invalid overlapping references or lifetime mismatches to assist in memory debugging. The system employs static analysis to tr

    Maps the duration a variable remains valid and its initialization state using visual indicators in the editor.

    Rustlifetimeownershiprust
    Vezi pe GitHub↗5,047
  • mkaz/termgraphAvatar mkaz

    mkaz/termgraph

    3,259Vezi pe GitHub↗

    Termgraph is a terminal data visualization library and command line analytics tool used to render bar charts, histograms, and heatmaps directly in the shell. It utilizes ANSI escape sequences and Unicode characters to generate colorful visual data representations within a text-based environment. The tool provides specialized capabilities for transforming raw datasets into horizontal or vertical bar graphs, column charts, and stacked charts. It also functions as a heatmap generator, mapping time-series data to a calendar layout to visualize temporal patterns over a year. The library supports

    Transforms raw variable data from complex input structures into formatted visual representations for analysis.

    Python
    Vezi pe GitHub↗3,259
  1. Home
  2. Software Engineering & Architecture
  3. Stacks
  4. Stack Trace Formatters
  5. Variable-Aware Formatting

Explorează sub-etichetele

  • Variable Visualizers1 sub-tagTools that transform raw variable data into formatted visual representations for rapid analysis during development. **Distinct from Variable-Aware Formatting:** Distinct from Variable-Aware Formatting by focusing on the complete transformation into a readable format rather than just log injection.