awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 مستودعات

Awesome GitHub RepositoriesRuntime Expression Evaluation

Computing and modifying variable values by evaluating arbitrary expressions during a live debugging session.

Distinct from Inline Expression Debugging: Distinct from Inline Expression Debugging: covers watch panels and debug console evaluation, not inline diagnostic calls.

Explore 8 awesome GitHub repositories matching development tools & productivity · Runtime Expression Evaluation. Refine with filters or upvote what's useful.

Awesome Runtime Expression Evaluation GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • epicgamesext/raddebuggerالصورة الرمزية لـ EpicGamesExt

    EpicGamesExt/raddebugger

    7,138عرض على GitHub↗

    Raddebugger is a native Windows x64 debugger that also functions as a high-speed PE/COFF linker and a PDB/DWARF debug information converter. It combines these three capabilities into a single development tool aimed at inspecting and controlling native x64 Windows applications, with the ability to attach to multiple processes simultaneously within one session. The debugger is built around a custom binary debug format that converts standard PDB and DWARF symbols into a compact representation for fast loading and minimal memory overhead. It includes a fuzzy symbol search engine for locating func

    The tool computes the value of an expression by reading type and location data from debug symbols.

    C
    عرض على GitHub↗7,138
  • microsoft/vscode-docsالصورة الرمزية لـ microsoft

    microsoft/vscode-docs

    6,549عرض على GitHub↗

    This repository contains the comprehensive documentation for a code editor focused on AI-assisted software development and remote development workflows. It covers the implementation of AI agents and language models used for autonomous code generation, large-scale refactoring, and task iteration. The project is distinguished by its deep integration of autonomous AI agents capable of web navigation, application logic validation, and orchestrating multi-step development processes. It provides specialized frameworks for tailoring AI behavior through custom instructions, model context protocols, a

    Implements a debug console for computing and modifying variable values by evaluating arbitrary expressions during live sessions.

    Markdownvscode
    عرض على GitHub↗6,549
  • microsoft/vscode-cpptoolsالصورة الرمزية لـ microsoft

    microsoft/vscode-cpptools

    6,047عرض على GitHub↗

    The C/C++ extension for Visual Studio Code provides language support for C and C++ programming, including IntelliSense-powered code editing, navigation, and debugging capabilities. It enables syntax highlighting, code completion, hover information, and error checking for C and C++ source files, along with features like semantic colorization, symbol search, and call hierarchy exploration. The extension offers comprehensive debugging support for C/C++ programs, including launching debug sessions with breakpoints, stepping through code, and inspecting variables. It supports debugging multi-threa

    Ships a watch panel and debug console for evaluating and modifying expressions at runtime.

    TypeScriptmicrosofttypescriptvscode-extension
    عرض على GitHub↗6,047
  • johnno1962/injectioniiiالصورة الرمزية لـ johnno1962

    johnno1962/InjectionIII

    4,619عرض على GitHub↗

    InjectionIII عبارة عن مجموعة من أدوات التطوير المصممة لإعادة تحميل الكود في وقت التشغيل، وتقييم التعبيرات، وحقن الكود المؤتمت. يوفر نظامًا لإعادة تجميع ملفات المصدر المعدلة وتصحيح مؤشرات الوظائف في عملية مباشرة لتحديث سلوك التطبيق دون الحاجة إلى إعادة تشغيل كاملة. يستخدم المشروع إضافات نصوص بناء Xcode وحاقن كود مباشر لتقديم تغييرات Swift و Objective-C لتطبيقات سطح المكتب والأجهزة الفعلية. يتميز بمقيم وقت تشغيل ينفذ تعبيرات Swift القائمة على النصوص لفحص الحالة واسترداد القيم من تطبيق قيد التشغيل. تغطي قدراته إعادة التحميل السريع (hot reloading) لعروض SwiftUI، ومشاهد لوحة القصة (storyboard)، ومنطق المخفض (reducer)، إلى جانب أدوات لتكرار اختبار الوحدة. تتضمن المجموعة أيضًا أدوات تشخيصية لتصحيح أخطاء التطبيق في الوقت الفعلي وتتبع استدعاءات الأساليب، بالإضافة إلى التحكم في الجهاز عن بُعد لعكس الشاشة ومحاكاة إدخال اللمس.

    Provides a mechanism to evaluate arbitrary Swift expressions at runtime to inspect and retrieve live application state.

    Objective-Cevalhot-reloadinjection
    عرض على GitHub↗4,619
  • puremourning/vimspectorالصورة الرمزية لـ puremourning

    puremourning/vimspector

    4,306عرض على GitHub↗

    Vimspector is a visual debugger integration for Vim that enables developers to step through code and inspect program state without leaving the editor. It utilizes the Debug Adapter Protocol to provide a unified interface for debugging multiple programming languages through various debug adapters. The project distinguishes itself by supporting low-level analysis and specialized environments, including bare metal hardware debugging for microcontrollers and the ability to perform disassembly analysis and process memory dumping. It also provides remote debugging capabilities by proxying requests

    Executes arbitrary expressions during a debug session and displays results in a watch window or interactive console.

    Vim Scriptcppdebug-adapter-protocoldebugger
    عرض على GitHub↗4,306
  • posit-dev/positronالصورة الرمزية لـ posit-dev

    posit-dev/positron

    3,969عرض على GitHub↗

    Positron is a data science integrated development environment and AI-powered code editor designed for polyglot development, specifically supporting Python and R. It functions as a remote compute workspace that separates the user interface from the execution kernel via SSH or container integration. The environment features a deep integration of large language models that provide context-aware suggestions and automated data analysis by accessing real-time interpreter state, in-memory objects, and plot outputs. It distinguishes itself through a polyglot runtime bridge that enables cross-language

    Monitors the values of specific variables or computed expressions across debug steps using watch panels.

    TypeScript
    عرض على GitHub↗3,969
  • nelmio/aliceالصورة الرمزية لـ nelmio

    nelmio/alice

    2,539عرض على GitHub↗

    Alice is a PHP test data generator and fixture library used to automate the creation of large sets of fake objects and entities. It functions as an object hydrator and random data provider, allowing users to define the structure and attributes of dummy test data in markup or arrays to simulate specific application states. The library distinguishes itself through a template-based system that supports fixture inheritance to reduce data duplication. It utilizes a flexible instantiation model that allows for custom factory integration, method invocation, and property hydration via reflection or c

    Computes object field values at runtime using arithmetic operations and property references.

    PHPaliceexpression-languagefaker
    عرض على GitHub↗2,539
  • guigrpa/docx-templatesالصورة الرمزية لـ guigrpa

    guigrpa/docx-templates

    1,081عرض على GitHub↗

    Docx-templates is a library designed for the programmatic generation of Word documents by merging dynamic data with predefined template files. It functions as a template engine that processes embedded instructions directly within the document structure to produce customized, data-driven output. The engine distinguishes itself by allowing the execution of arbitrary JavaScript expressions and custom data resolvers during the generation process. This enables complex conditional logic, iterative loops, and the dynamic injection of diverse content types, including images, HTML fragments, and raw X

    Executes arbitrary JavaScript expressions within the document context to perform data transformations and conditional logic.

    TypeScriptdocxdocx-filedocx-generator
    عرض على GitHub↗1,081
  1. Home
  2. Development Tools & Productivity
  3. Debugging, Profiling & Testing
  4. Debugging and Diagnostics
  5. Debugging and Inspection Tools
  6. Debugging and Inspection Tools
  7. Runtime Debugging
  8. Inline Expression Debugging
  9. Runtime Expression Evaluation

استكشف الوسوم الفرعية

  • Data Generation Expression EvaluationEvaluating expressions during the generation of test data to compute dynamic field values. **Distinct from Runtime Expression Evaluation:** Distinct from debugging expression evaluation; this occurs during the data synthesis phase of test setup.