awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to inducer/pudb

Open-source alternatives to Pudb

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

  • barryvdh/laravel-debugbarAvatar de barryvdh

    barryvdh/laravel-debugbar

    19,242Voir sur 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
    Voir sur GitHub↗19,242
  • django-commons/django-debug-toolbarAvatar de django-commons

    django-commons/django-debug-toolbar

    8,373Voir sur 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
    Voir sur GitHub↗8,373
  • bombela/backward-cppAvatar de bombela

    bombela/backward-cpp

    4,285Voir sur 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++
    Voir sur GitHub↗4,285

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • benfred/py-spyAvatar de benfred

    benfred/py-spy

    15,272Voir sur 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
    Voir sur GitHub↗15,272
  • nodejs/llnodeAvatar de nodejs

    nodejs/llnode

    1,168Voir sur GitHub↗

    An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.

    C++
    Voir sur GitHub↗1,168
  • google/sanitizersAvatar de google

    google/sanitizers

    12,402Voir sur GitHub↗

    This project is a suite of runtime diagnostic tools designed to detect memory leaks, concurrency races, and language-specification violations during software execution. It provides a collection of dynamic analysis tools that identify addressability issues, uninitialized memory usage, and memory safety bugs in applications. The toolset includes a thread safety analyzer to identify data races and deadlocks in concurrent code, as well as an undefined behavior sanitizer to detect operations that violate language specifications. The system covers broad capabilities in memory safety monitoring and

    C
    Voir sur GitHub↗12,402
  • gruns/icecreamAvatar de gruns

    gruns/icecream

    10,063Voir sur 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
    Voir sur GitHub↗10,063
  • gotcha/ipdbAvatar de gotcha

    gotcha/ipdb

    1,975Voir sur GitHub↗

    Integration of IPython pdb

    Pythondebuggeripythonpython
    Voir sur GitHub↗1,975
  • ionelmc/python-hunterAvatar de ionelmc

    ionelmc/python-hunter

    869Voir sur GitHub↗

    Hunter is a flexible code tracing toolkit.

    Pythondebuggerdebuggingpython
    Voir sur GitHub↗869
  • plasma-umass/scaleneAvatar de plasma-umass

    plasma-umass/scalene

    13,449Voir sur 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
    Voir sur GitHub↗13,449
  • watson/stackmanAvatar de watson

    watson/stackman

    257Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗257
  • pallets-eco/flask-debugtoolbarAvatar de pallets-eco

    pallets-eco/flask-debugtoolbar

    979Voir sur GitHub↗

    A toolbar overlay for debugging Flask applications

    JavaScriptdebugflaskflask-debugtoolbar
    Voir sur GitHub↗979
  • ionelmc/python-manholeAvatar de ionelmc

    ionelmc/python-manhole

    402Voir sur GitHub↗

    Debugging manhole for python applications.

    Pythondebuggingpython
    Voir sur GitHub↗402
  • spyder-ide/spyderAvatar de spyder-ide

    spyder-ide/spyder

    9,240Voir sur 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
    Voir sur GitHub↗9,240
  • ncsoft/unreal.jsAvatar de ncsoft

    ncsoft/Unreal.js

    3,754Voir sur 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
    Voir sur GitHub↗3,754
  • pytorch/executorchAvatar de pytorch

    pytorch/executorch

    4,296Voir sur 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
    Voir sur GitHub↗4,296
  • aftership/email-verifierAvatar de AfterShip

    AfterShip/email-verifier

    1,576Voir sur GitHub↗

    :whitecheckmark: A Go library for email verification without sending any emails.

    Godisposableemailgo
    Voir sur GitHub↗1,576
  • afeiship/generator-wepy-componentA

    afeiship/generator-wepy-component

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • achristmascarl/rainfrogAvatar de achristmascarl

    achristmascarl/rainfrog

    4,855Voir sur GitHub↗

    Rainfrog is a terminal-based database client that connects to multiple database engines, combining schema browsing, interactive SQL query execution, and inline data editing into a single terminal interface. It provides a tree navigator for exploring tables, columns, and indexes, and an inline cell editor that automatically constructs and executes the necessary UPDATE statements when a cell value is changed. The application also supports modal Vim-style keyboard shortcuts for cursor movement and editing, making it usable entirely from the keyboard. Query results are fetched in chunks and pagin

    Rustdatabase-managementmysqlpostgresql
    Voir sur GitHub↗4,855
  • adsr/phpspyAvatar de adsr

    adsr/phpspy

    1,493Voir sur GitHub↗

    low-overhead sampling profiler for PHP 7+

    C
    Voir sur GitHub↗1,493
  • akz92/vim-ionic2A

    akz92/vim-ionic2

    0Voir sur GitHub↗

    Vim plugin that adds syntax highlighting for Ionic 2's html tags and attributes

    Voir sur GitHub↗0
  • adonpro/react-native-build-cliAvatar de adonpro

    adonpro/react-native-build-cli

    5Voir sur GitHub↗

    a tool for react-native build

    JavaScript
    Voir sur GitHub↗5
  • abrambailey/playerAvatar de abrambailey

    abrambailey/player

    2Voir sur GitHub↗

    Try the demo. Export your work before you leave the demo: saving between sessions is not supported there.

    TypeScript
    Voir sur GitHub↗2
  • al-muhandis/fp-telegramAvatar de Al-Muhandis

    Al-Muhandis/fp-telegram

    91Voir sur GitHub↗

    Telegram bots in Lazarus (and FreePascal)

    Pascal
    Voir sur GitHub↗91
  • albertdahlin/elm-posixAvatar de albertdahlin

    albertdahlin/elm-posix

    93Voir sur GitHub↗

    Write CLI-scripts in Elm

    Elm
    Voir sur GitHub↗93
  • alecthomas/reprA

    alecthomas/repr

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • alex8088/electron-viteAvatar de alex8088

    alex8088/electron-vite

    5,487Voir sur GitHub↗

    electron-vite is a build system and multi-process bundle orchestrator that uses Vite to compile and bundle the main, preload, and renderer processes for Electron applications. It functions as a desktop application scaffolder, providing templates to integrate various frontend frameworks into a standardized project structure. The project distinguishes itself through integrated source code protection, utilizing a V8 bytecode obfuscator to compile JavaScript into bytecode and obfuscate strings to prevent reverse engineering. It also manages complex desktop architectures by isolating bundles and s

    TypeScript
    Voir sur GitHub↗5,487
  • alexfru/smallercAvatar de alexfru

    alexfru/SmallerC

    1,566Voir sur GitHub↗

    Simple C compiler

    C
    Voir sur GitHub↗1,566
  • alexmojaki/birdseyeAvatar de alexmojaki

    alexmojaki/birdseye

    1,717Voir sur GitHub↗

    |logo| birdseye

    JavaScript
    Voir sur GitHub↗1,717
  • 7df-lab/devoAvatar de 7df-lab

    7df-lab/devo

    295Voir sur GitHub↗

    Open coding agent, provider agnositc.

    Rust
    Voir sur GitHub↗295