awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to nodejs/llnode

Open-source alternatives to Llnode

30 open-source projects similar to nodejs/llnode, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Llnode alternative.

  • plasma-umass/scaleneplasma-umass 的头像

    plasma-umass/scalene

    13,449在 GitHub 上查看↗

    Scalene is a high-performance diagnostic utility designed to measure resource consumption during the execution of Python applications. It functions as a line-level monitor, providing granular insights that pinpoint the specific source code responsible for performance overhead. The tool distinguishes itself through statistical profiling that captures stack traces and resource usage without requiring manual instrumentation of the source code. It tracks CPU, GPU, and memory consumption by intercepting library-level calls and hardware driver commands, allowing for the analysis of both managed and

    Pythoncpucpu-profilinggpu
    在 GitHub 上查看↗13,449
  • facebook/chiselfacebook 的头像

    facebook/chisel

    9,179在 GitHub 上查看↗

    Chisel is a collection of LLDB debugging extensions and tools for inspecting and manipulating the user interface of iOS applications. It provides utilities for tracing responder chains, traversing view hierarchies, and modifying UI elements during runtime. The toolset distinguishes itself through specialized visual debugging capabilities, including a suite for toggling view visibility and borders to isolate layout issues, as well as a system to export colors and images from a running app to a desktop previewer for asset verification. The project covers a broad range of UI diagnostic capabili

    Python
    在 GitHub 上查看↗9,179
  • ionelmc/python-manholeionelmc 的头像

    ionelmc/python-manhole

    402在 GitHub 上查看↗

    Debugging manhole for python applications.

    Pythondebuggingpython
    在 GitHub 上查看↗402
  • inducer/pudbinducer 的头像

    inducer/pudb

    3,243在 GitHub 上查看↗

    Full-screen console debugger for Python

    Pythonbpythondebugdebugger
    在 GitHub 上查看↗3,243

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • pallets-eco/flask-debugtoolbarpallets-eco 的头像

    pallets-eco/flask-debugtoolbar

    979在 GitHub 上查看↗

    A toolbar overlay for debugging Flask applications

    JavaScriptdebugflaskflask-debugtoolbar
    在 GitHub 上查看↗979
  • gruns/icecreamgruns 的头像

    gruns/icecream

    10,063在 GitHub 上查看↗

    Icecream is a Python debugging utility designed for inspecting variable values and execution flow during development. It provides a variable inspector that automatically labels values and attaches file and line number metadata to each output. The tool features a builtins injector that adds debugging functions to the global namespace, allowing for universal access across all project files without manual imports. It also includes an inline debugging tool that returns its arguments to the caller, enabling the insertion of inspection calls directly into active expressions without altering program

    Pythondebugdebuggingdebugging-tool
    在 GitHub 上查看↗10,063
  • gotcha/ipdbgotcha 的头像

    gotcha/ipdb

    1,975在 GitHub 上查看↗

    Integration of IPython pdb

    Pythondebuggeripythonpython
    在 GitHub 上查看↗1,975
  • ionelmc/python-hunterionelmc 的头像

    ionelmc/python-hunter

    869在 GitHub 上查看↗

    Hunter is a flexible code tracing toolkit.

    Pythondebuggerdebuggingpython
    在 GitHub 上查看↗869
  • watson/stackmanwatson 的头像

    watson/stackman

    257在 GitHub 上查看↗

    He is like Batman, but for Node.js stack traces

    JavaScript
    在 GitHub 上查看↗257
  • django-commons/django-debug-toolbardjango-commons 的头像

    django-commons/django-debug-toolbar

    8,373在 GitHub 上查看↗

    django-debug-toolbar is a developer tool that provides a browser-based set of diagnostic panels for inspecting HTTP requests and responses within a Django web application. It serves as a server-side diagnostics tool and web framework development suite, allowing developers to profile and inspect request-response cycles. The tool focuses on Django application troubleshooting, database optimization, and general web development. It enables the analysis of SQL queries and database performance to identify slow calls and reduce the number of requests per page. The software includes capabilities for

    Python
    在 GitHub 上查看↗8,373
  • barryvdh/laravel-debugbarbarryvdh 的头像

    barryvdh/laravel-debugbar

    19,242在 GitHub 上查看↗

    Laravel Debugbar is a web-based debugging toolbar and application profiler for Laravel. It provides a visual interface to inspect database queries, logs, and performance metrics in real time to identify and resolve bugs during development. The tool features a database query monitor to capture SQL statements and timings, as well as a request inspector for analyzing route metadata, loaded views, and HTTP request data. It includes a profiler for measuring execution time and memory usage to identify bottlenecks in the request lifecycle. Its observability capabilities cover exception capture, app

    PHP
    在 GitHub 上查看↗19,242
  • benfred/py-spybenfred 的头像

    benfred/py-spy

    15,272在 GitHub 上查看↗

    py-spy is a sampling profiler and process debugger for Python. It allows for the analysis of running processes to identify performance bottlenecks and diagnose hanging programs without requiring code changes or restarts. The tool operates by reading the memory of a running process from the outside, which enables non-invasive sampling and state collection without pausing execution. It can resolve binary symbols to capture performance data from native extensions written in compiled languages and generate visual flame graphs for both native extensions and subprocesses. The project provides capa

    Rustperformance-analysisprofilerprofiling
    在 GitHub 上查看↗15,272
  • spyder-ide/spyderspyder-ide 的头像

    spyder-ide/spyder

    9,240在 GitHub 上查看↗

    Spyder is a scientific integrated development environment designed for scientific computing and interactive Python programming. It functions as a static analysis code editor and an interactive Python console, providing a specialized environment for writing and analyzing code for science and engineering. The platform distinguishes itself as an extensible development tool, utilizing a modular plugin architecture that allows for the addition of custom features or the embedding of core components into other software. It features a dedicated debugger and profiler for tracing code execution and mea

    Python
    在 GitHub 上查看↗9,240
  • pytorch/executorchpytorch 的头像

    pytorch/executorch

    4,296在 GitHub 上查看↗

    ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It provides an ahead-of-time compilation pipeline that exports, quantizes, and lowers model graphs into compact serialized programs, then executes them through a minimal runtime with hardware acceleration and on-device large language model inference capabilities. The project distinguishes itself through a hardware accelerator delegate system that partitions model subgraphs and offloads computation to specialized backends including NPUs, GPUs, and DSPs from Apple, Arm, Intel, MediaTek,

    Pythondeep-learningembeddedgpu
    在 GitHub 上查看↗4,296
  • ncsoft/unreal.jsncsoft 的头像

    ncsoft/Unreal.js

    3,754在 GitHub 上查看↗

    Unreal.js is a JavaScript runtime and scripting layer for Unreal Engine that embeds the V8 engine to implement game logic and manage application state. It provides a bridge for writing high-level application behavior and actor control without modifying the core engine source code, as well as a framework for extending the Unreal Engine editor with custom interface elements. The project distinguishes itself through a V8-based integration that supports real-time code reloading and live iteration, allowing scripts to be updated without restarting the application. It includes a bidirectional commu

    javascriptpluginscripting
    在 GitHub 上查看↗3,754
  • appsilon/shiny.infoAppsilon 的头像

    Appsilon/shiny.info

    63在 GitHub 上查看↗

    status](https://www.r-pkg.org/badges/version/shiny.info)](https://cran.r-project.org/package=shiny.info) status](https://github.com/Appsilon/shiny.info/workflows/R-CMD-check/badge.svg)](https://github.com/Appsilon/shiny.info/actions?workflow=R-CMD-check)…

    R
    在 GitHub 上查看↗63
  • appsilon/shiny.benchmarkAppsilon 的头像

    Appsilon/shiny.benchmark

    33在 GitHub 上查看↗

    shiny.benchmark is a tool aimed to measure and compare the performance of different versions of a shiny application. Based on a list of different application versions, accessible by a git repo by its refs (commit hash or branch name), the user can write instructions to be executed using Cypress…

    R
    在 GitHub 上查看↗33
  • amadeusitgroup/ngrx-devtoolAmadeusITGroup 的头像

    AmadeusITGroup/ngrx-devtool

    41在 GitHub 上查看↗

    Debug NgRx with confidence

    TypeScript
    在 GitHub 上查看↗41
  • apple/swift-lldbA

    apple/swift-lldb

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • andywer/leakageandywer 的头像

    andywer/leakage

    1,593在 GitHub 上查看↗

    🐛 Memory leak testing for node.

    JavaScript
    在 GitHub 上查看↗1,593
  • alidavut/locusalidavut 的头像

    alidavut/locus

    306在 GitHub 上查看↗

    Locus is a debugging module for node.js

    JavaScriptdebuggerjavascriptlocus
    在 GitHub 上查看↗306
  • alecthomas/reprA

    alecthomas/repr

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • barryvdh/laravel-ide-helperbarryvdh 的头像

    barryvdh/laravel-ide-helper

    14,847在 GitHub 上查看↗

    This tool functions as a generator that maps dynamic framework methods and database model properties to static files, ensuring integrated development environments recognize runtime features. It acts as a static analysis helper by inspecting framework structures to provide accurate type hinting and autocompletion for core classes and container-bound objects. The project distinguishes itself by its ability to interrogate the dependency injection registry and scan runtime method registrations to document dynamically added functionality. It further differentiates by performing reflection-based in

    PHPautocompletionhacktoberfestlaravel
    在 GitHub 上查看↗14,847
  • bcicen/grmonbcicen 的头像

    bcicen/grmon

    1,895在 GitHub 上查看↗

    Command line monitoring for goroutines

    Goclicommand-linedeveloper-tools
    在 GitHub 上查看↗1,895
  • beberlei/metricsbeberlei 的头像

    beberlei/metrics

    321在 GitHub 上查看↗

    Simple library that abstracts different metrics collectors. I find this necessary to have a consistent and simple metrics (functional) API that doesn't cause vendor lock-in.

    PHP
    在 GitHub 上查看↗321
  • barbushin/php-console-laravelB

    barbushin/php-console-laravel

    0在 GitHub 上查看↗

    PHP Console allows you to handle PHP errors & exceptions, dump variables, execute PHP code remotely and many other things using Google Chrome extension PHP Console and PhpConsole server library.

    在 GitHub 上查看↗0
  • beyondcode/laravel-view-xraybeyondcode 的头像

    beyondcode/laravel-view-xray

    558在 GitHub 上查看↗

    When your Laravel project grows, so do the Laravel views. Sometimes it might be hard to figure out, which part of the output HTML was rendered using which template. With this package, you can take a peek into your Laravel views and find out which template is responsible for which part of the…

    PHP
    在 GitHub 上查看↗558
  • bombela/backward-cppbombela 的头像

    bombela/backward-cpp

    4,285在 GitHub 上查看↗

    backward-cpp is a C++ stack trace library and debugging utility designed to capture, resolve, and print detailed execution traces and crash reports. It functions as a crash reporter and call stack printer that translates raw memory addresses into human-readable function names, filenames, and line numbers. The project provides automated crash reporting by registering system handlers for fatal errors, such as segmentation faults, to automatically generate execution traces upon program failure. It distinguishes itself by extracting source file fragments from disk to display specific lines of cod

    C++
    在 GitHub 上查看↗4,285
  • brentd/xray-railsbrentd 的头像

    brentd/xray-rails

    1,217在 GitHub 上查看↗

    ☠️ A development tool that reveals your UI's bones

    Ruby
    在 GitHub 上查看↗1,217
  • andrewferrier/debugprint.nvimandrewferrier 的头像

    andrewferrier/debugprint.nvim

    523在 GitHub 上查看↗

    Debugging in NeoVim the print() way!

    Lua
    在 GitHub 上查看↗523