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

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

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

20 रिपॉजिटरी

Awesome GitHub RepositoriesNode.js Debuggers

Tools specifically designed to debug applications running on the Node.js runtime.

Distinct from Node.js Ecosystem: Existing candidates focus on the ecosystem or the runtime itself, not the specific debugger tool category.

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

Awesome Node.js Debuggers GitHub Repositories

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

    node-inspector/node-inspector

    12,646GitHub पर देखें↗

    node-inspector is a web-based debugger for Node.js applications that integrates the Blink developer tools interface. It functions as a runtime profiler and inspection suite, providing a remote debugging interface to connect a local browser to a Node.js process. The project enables live code iteration, allowing source code to be modified while the process is running and persisting those changes back to the physical file system. It also includes a JavaScript runtime profiler to monitor CPU and heap usage for identifying bottlenecks and memory leaks. The tool covers execution flow control throu

    Finds and fixes logic errors in Node.js code by using breakpoints and stepping through execution in a web browser.

    JavaScript
    GitHub पर देखें↗12,646
  • jordansissel/fpmjordansissel का अवतार

    jordansissel/fpm

    11,479GitHub पर देखें↗

    fpm is a multiplatform package builder and converter used to create software packages for various Linux distribution formats from a single unified source. It functions as a Linux distribution packager and a cross-format converter, transforming local directories, existing packages, or language-specific modules into platform-native formats such as DEB and RPM. The tool acts as a language-specific package wrapper, bundling modules from Node.js, Python, Ruby, and Perl into system packages. It can also generate packages that automatically configure system services for targets like systemd. The pr

    Fetches modules from a registry to bundle Node.js code into system-level packages.

    Rubypackaging
    GitHub पर देखें↗11,479
  • debug-js/debugdebug-js का अवतार

    debug-js/debug

    11,444GitHub पर देखें↗

    This project is a JavaScript logging utility and namespace-based debugger used for printing formatted, color-coded debug messages to the console in Node.js, web browsers, and Deno. It serves as a console output formatter and execution time profiler to help identify bugs and track program flow. The system manages debug visibility through named namespaces, allowing specific groups of messages to be enabled or disabled via environment variables. It distinguishes different modules in the output stream by assigning specific colors to these namespaces. The utility includes capabilities for measuri

    Measures execution time and intervals between events in Node.js to find and fix performance bottlenecks.

    JavaScriptbrowserdebugdebugging
    GitHub पर देखें↗11,444
  • googlechromelabs/ndbGoogleChromeLabs का अवतार

    GoogleChromeLabs/ndb

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

    ndb is a suite of development tools for Node.js that provides runtime inspection, performance profiling, and process management. It functions as a debugger that connects Node.js execution environments to the Chrome browser debugging interface for visual state management and breakpoint control. The tool is distinguished by its ability to detect and attach to spawned child processes, maintaining debugging visibility across multiple process boundaries. It also integrates a source editor that allows users to modify code directly within the debugging interface and save those changes to disk during

    Integrates Node.js execution with Chrome DevTools for visual inspection and runtime state management.

    JavaScript
    GitHub पर देखें↗10,874
  • pwndbg/pwndbgpwndbg का अवतार

    pwndbg/pwndbg

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

    pwndbg is a GDB plugin and binary analysis framework designed for reverse engineering, exploit development, and low-level program analysis. It extends the core functionality of the debugger to provide advanced memory inspection and automation tools. The project distinguishes itself with specialized capabilities for heap analysis across glibc, jemalloc, and musl, as well as a comprehensive kernel debugging toolkit for inspecting Linux kernel tasks and slab allocators. It includes an integrated ROP gadget searcher for constructing exploit chains and an LLM-powered debugging assistant that provi

    Includes a utility to identify performance bottlenecks by measuring internal debugger operation timings.

    Pythonbinary-ninjacapture-the-flagctf
    GitHub पर देखें↗10,051
  • max-mapper/art-of-nodemax-mapper का अवतार

    max-mapper/art-of-node

    9,873GitHub पर देखें↗

    This project is a curated educational guide and instructional resource for the Node.js runtime environment. It serves as a comprehensive introduction to core concepts, including asynchronous programming tutorials, network application primers, and guides on the module system and stream API. The material focuses on the fundamental building blocks of server-side development, specifically how to create reusable code packages and manage project dependencies via a module manifest. It provides detailed instruction on building programs that communicate over HTTP and TCP protocols to exchange data acr

    Teaches how to encapsulate logic into reusable packages using a module manifest.

    JavaScript
    GitHub पर देखें↗9,873
  • facebook/buckfacebook का अवतार

    facebook/buck

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

    Buck is a multi-language build system and modular build orchestrator designed to compile and package software modules across different programming languages and hardware platforms. It functions as a hermetic build tool, isolating the build process from the host system to ensure consistent and reproducible outputs. The system manages polyglot software builds by organizing code into small, independent units to facilitate faster compilation. It operates as a cross-platform package manager that creates and distributes software components across various operating systems and language ecosystems.

    Converts reusable code units into distributable packages across multiple languages to simplify deployment.

    Javaandroidbuckbuild-tool
    GitHub पर देखें↗8,542
  • tensorflow/tfjs-coretensorflow का अवतार

    tensorflow/tfjs-core

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

    TensorFlow.js is a JavaScript machine learning library and browser-based runtime used to build, train, and execute models. It functions as a WebGL accelerated tensor engine, providing a foundation for high-performance linear algebra operations and an automatic differentiation framework for computing gradients. The project distinguishes itself through its ability to run machine learning directly in web environments, supporting both client-side inference and browser-based training. It enables the deployment of Python-based models by converting Keras or TensorFlow models into compatible formats

    Tracks execution timing and resource usage during inference to identify runtime bottlenecks.

    TypeScriptdeep-learningdeep-neural-networksgpu-acceleration
    GitHub पर देखें↗8,437
  • wasm3/wasm3wasm3 का अवतार

    wasm3/wasm3

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

    Wasm3 is a WebAssembly interpreter designed for embedded runtime integration. It enables the execution of portable binary logic on microcontrollers and resource-constrained hardware, providing support for modules that utilize the WebAssembly System Interface to interact with system resources. The runtime employs register-based bytecode interpretation and direct-threaded dispatch to map virtual registers to physical CPU registers. It includes a host-call interface to map imports to C functions and utilizes static module validation to ensure bytecode follows specification rules before execution

    Analyzes execution speed and tracks operation counts to identify bottlenecks in binary code.

    C
    GitHub पर देखें↗7,936
  • fluxcd/flux2fluxcd का अवतार

    fluxcd/flux2

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

    Flux is a Kubernetes GitOps delivery tool used to automate application deployments by synchronizing cluster state with configurations stored in Git, OCI, or Helm repositories. It functions as a set of controllers that monitor desired state in external sources and continuously reconcile the live cluster to match those definitions. The system distinguishes itself through a multi-cluster management plane that coordinates application delivery across fleets of remote clusters from a central hub. It provides a dedicated mechanism for automated image updates, which scans container registries for new

    Provides an HTTP server to analyze runtime execution bottlenecks and memory usage for performance tuning.

    Gocontinuous-deliverygitopsgitops-toolkit
    GitHub पर देखें↗7,888
  • nswbmw/node-in-debuggingnswbmw का अवतार

    nswbmw/node-in-debugging

    6,457GitHub पर देखें↗

    This project is a comprehensive technical guide and diagnostic manual for analyzing memory, performance, and asynchronous behavior within Node.js applications. It provides detailed methods for asynchronous tracing, memory diagnostics, and performance analysis to resolve runtime errors and execution bottlenecks. The resource distinguishes itself by covering advanced diagnostic workflows, including the use of flame graphs for CPU profiling, the capture and comparison of heap snapshots for memory leak detection, and the mapping of asynchronous call stacks. It also provides technical guidance on

    Provides a comprehensive guide to connecting debuggers to active Node.js processes for variable inspection and breakpoint management.

    debugdebuggingguide
    GitHub पर देखें↗6,457
  • jlfwong/speedscopejlfwong का अवतार

    jlfwong/speedscope

    6,501GitHub पर देखें↗

    Speedscope is a web-based performance profiler that visualizes profiling data through interactive flamegraphs and timeline views. It ingests performance profiles from a wide range of sources, including Chrome, Firefox, Safari, Node.js, .NET Core, Instruments, Hermes, GHC, and Ruby, normalizing them into a common schema for unified analysis. The tool distinguishes itself with a canvas-based rendering engine that draws flamegraphs without DOM nodes for each frame, and a WebAssembly-based rendering pipeline for high-performance drawing. It offers left-heavy stack sorting to surface the most time

    Loads performance profiles from Chrome, Firefox, Safari, Node.js, .NET, and other profilers into a single viewer.

    TypeScriptflamegraphflamegraphsperformance-profiling
    GitHub पर देखें↗6,501
  • nodegui/react-nodeguinodegui का अवतार

    nodegui/react-nodegui

    6,186GitHub पर देखें↗

    Build performant, native and cross-platform desktop applications with native React powerful CSS like styling.🚀

    Launches the app with the inspect flag and connects an external debugger to examine JavaScript execution.

    TypeScriptcssdesktopgui
    GitHub पर देखें↗6,186
  • microsoft/vscode-recipesmicrosoft का अवतार

    microsoft/vscode-recipes

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

    vscode-recipes is a collection of configuration patterns and guides for setting up debuggers and runtime environments within VS Code. It provides standardized templates and blueprints to connect the editor to local, containerized, or serverless runtimes across a variety of programming languages and frameworks. The project focuses on coordinating simultaneous debugging sessions across client-side and server-side processes to trace logic through full-stack applications. It offers specific patterns for integrating language runtimes and orchestrating multi-language development setups within a sin

    Configures Node.js environments to automatically reconnect the debugger after application restarts.

    JavaScript
    GitHub पर देखें↗5,959
  • nginx/unitnginx का अवतार

    nginx/unit

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

    NGINX Unit is an open-source application server designed to natively execute code across multiple programming language runtimes and WebAssembly within a single process. It serves as a multi-language application server that can run applications written in Go, Java, Node.js, Perl, PHP, Python, Ruby, and WebAssembly side by side, without requiring separate runtime environments for each language. The server distinguishes itself through a RESTful JSON control API that enables dynamic, zero-downtime configuration changes without restarting the server. It combines event-driven asynchronous I/O with

    Lists loaded language runtimes with versions and file paths for verification and debugging.

    C
    GitHub पर देखें↗5,560
  • microsoft/perfviewmicrosoft का अवतार

    microsoft/perfview

    4,633GitHub पर देखें↗

    PerfView is a set of integrated profiling and tracing tools built on Windows Event Tracing for Windows (ETW), designed to diagnose CPU, memory, and ETW-based performance issues in .NET applications. It captures ETW events to analyze runtime behavior, CPU usage, and memory allocations, serving as a .NET performance profiler that measures both CPU time and garbage collection events. The tool distinguishes itself with a diff comparison engine that compares two performance traces side-by-side to highlight changes in method costs and event rates. It renders profiled call stacks as flame graphs whe

    Traces object allocations, method calls, and memory snapshots to diagnose runtime performance issues.

    C#dotnetdotnet-coreperformance
    GitHub पर देखें↗4,633
  • tomlooman/actionrogueliketomlooman का अवतार

    tomlooman/ActionRoguelike

    4,493GitHub पर देखें↗

    ActionRoguelike is a third-person cooperative game project built with C++ and Unreal Engine. It functions as a networked application that utilizes replication architecture to synchronize character states and combat across multiple clients. The project implements a data-oriented performance framework that employs object pooling and asynchronous asset loading to optimize memory usage and frame rates. It features a behavior tree AI system combined with environment queries to drive autonomous NPC decision making and combat, alongside a binary serialization framework for saving actor variables and

    Analyzes execution bottlenecks and resource usage through runtime performance profiling.

    C++3dc-plus-pluscpp
    GitHub पर देखें↗4,493
  • php-debugbar/php-debugbarphp-debugbar का अवतार

    php-debugbar/php-debugbar

    4,388GitHub पर देखें↗

    This project is a PHP debugging toolbar and runtime inspector that provides a browser-based interface for monitoring system metrics, memory usage, and execution time during web development. It functions as an application performance monitor and diagnostic tool, capturing real-time data and application state to visualize the PHP execution lifecycle. The tool distinguishes itself through its ability to persist debug data across multiple requests, allowing for request history tracking and the archival of previous sessions. It supports the inspection of AJAX requests and manages data persistence

    Tracks memory usage, execution time, and database queries to identify performance bottlenecks in a PHP environment.

    PHP
    GitHub पर देखें↗4,388
  • hyperdbg/hyperdbgHyperDbg का अवतार

    HyperDbg/HyperDbg

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

    HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control system execution. By utilizing hypervisor-level primitives, it enables deep system analysis and instrumentation without relying on standard operating system debugging interfaces. The framework provides a comprehensive environment for inspecting both kernel and user-mode processes, allowing for granular control over execution flow and system state. The project distinguishes itself through a transparent debugging layer designed to remain invisible to the target environment. It emp

    Displays base addresses and file paths of kernel-mode modules for system inspection.

    Cbinary-analysisdebugdebugger
    GitHub पर देखें↗3,885
  • experience-monks/devtoolExperience-Monks का अवतार

    Experience-Monks/devtool

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

    Devtool is a suite of developer tools designed to execute server-side JavaScript code within a browser environment. It functions as a bridge that allows Node.js programs to run inside a Chromium instance, enabling the use of built-in browser developer tools for visual debugging and performance profiling. The project provides a read-eval-print loop for interactive command execution with support for relative imports and piped input. It also includes a file watcher that monitors source files for changes and automatically reloads programs to accelerate the iteration cycle. The system integrates

    Runs Node.js code through Chromium DevTools to set breakpoints and analyze performance profiles.

    JavaScript
    GitHub पर देखें↗3,747
  1. Home
  2. Programming Languages & Runtimes
  3. Node.js Debuggers

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

  • Debugger Lifecycle ManagementTools for managing how debuggers attach, detach, and reconnect during runtime restarts. **Distinct from Node.js Debuggers:** Focuses on the connection lifecycle (auto-restart/re-attach) rather than the debugger's internal inspection capabilities
  • Integrated Source EditorsEditors embedded within a debugging environment that allow real-time code modification and disk persistence. **Distinct from Node.js Debuggers:** Distinct from Node.js Debuggers: specifically targets the editing capability integrated into the debugger interface.
  • Language Module Packaging2 सब-टैग्सSystems for extracting and bundling language-specific modules into system packages. **Distinct from Node.js Debuggers:** Unlike debuggers or database integrations, this focuses on the packaging of modules for distribution.
  • Performance Profilers3 सब-टैग्सTools for analyzing resource usage and execution timing to identify bottlenecks in a runtime. **Distinct from Node.js Debuggers:** Distinct from Node.js Debuggers: focuses on profiling memory and timing rather than stepping through code.
  • Runtime Performance Profiling1 सब-टैगAnalyzing execution time and memory usage within the runtime to identify performance bottlenecks. **Distinct from Node.js Debuggers:** Distinct from Node.js Debuggers: focuses on performance analysis and resource usage rather than state inspection and breakpoints.