awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to jakewharton/scalpel

Projects sharing features with Scalpel

30 open-source projects similar to jakewharton/scalpel, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • jakewharton/pidcatJakeWharton avatar

    JakeWharton/pidcat

    4,939View on GitHub↗

    Pidcat is a command-line utility designed for Android development that filters system logs for a specific application package. It functions as a logcat filter and colorizer, isolating output for a single package to assist in debugging application behavior. The tool distinguishes itself by tracking process identifiers dynamically. It monitors system process lists to automatically update the target process ID when an application restarts or redeploys, ensuring the log stream persists without manual intervention. To improve readability, the utility applies color coding to log entries based on s

    Python
    View on GitHub↗4,939
  • alidavut/locusalidavut avatar

    alidavut/locus

    306View on GitHub↗

    Locus is a debugging module for node.js

    JavaScriptdebuggerjavascriptlocus
    View on GitHub↗306
  • boondogglelabs/android-translatorB

    BoondoggleLabs/Android-Translator

    0View on GitHub↗
    View on GitHub↗0
  • amplication/amplicationamplication avatar

    amplication/amplication

    16,012View on GitHub↗

    Amplication is a low-code API platform and backend service generator designed to accelerate the development of business domain services. It automates the creation of APIs and data models through schema-driven code generation, transforming structured definitions into executable backend source code. The platform functions as a developer portal orchestrator that establishes standardized workflows and golden paths for software delivery. It enforces organizational coding standards and best practices by applying live templates and predefined blueprints across all generated services. The system inc

    TypeScriptapicode-generationcsharp
    View on GitHub↗16,012

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • andrewferrier/debugprint.nvimandrewferrier avatar

    andrewferrier/debugprint.nvim

    523View on GitHub↗

    Debugging in NeoVim the print() way!

    Lua
    View on GitHub↗523
  • andrzejchm/restmockandrzejchm avatar

    andrzejchm/RESTMock

    757View on GitHub↗

    HTTP Server for Android Instrumentation tests

    Java
    View on GitHub↗757
  • arturbosch/detektA

    arturbosch/detekt

    0View on GitHub↗
    View on GitHub↗0
  • ashishb/adb-enhancedashishb avatar

    ashishb/adb-enhanced

    1,380View on GitHub↗

    🔪Swiss-army knife for Android testing and development 🔪 ⛺

    Python
    View on GitHub↗1,380
  • automation-stack/ctraceautomation-stack avatar

    automation-stack/ctrace

    121View on GitHub↗

    Well-formatted and improved trace system calls and signals (when the debugger does not help)

    JavaScript
    View on GitHub↗121
  • avast/android-butterknife-zeleznyavast avatar

    avast/android-butterknife-zelezny

    3,351View on GitHub↗

    Simple plug-in for Android Studio/IDEA that allows one-click creation of Butterknife view injections.

    Java
    View on GitHub↗3,351
  • barryvdh/laravel-debugbarbarryvdh avatar

    barryvdh/laravel-debugbar

    19,242View on 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
    View on GitHub↗19,242
  • benfred/py-spybenfred avatar

    benfred/py-spy

    15,272View on 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
    View on GitHub↗15,272
  • blazorrepl/blazorreplBlazorRepl avatar

    BlazorRepl/BlazorRepl

    245View on GitHub↗

    Write, compile, execute and share Blazor components entirely in the browser

    View on GitHub↗245
  • bombela/backward-cppbombela avatar

    bombela/backward-cpp

    4,285View on 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++
    View on GitHub↗4,285
  • amitshekhariitbhu/android-debug-databaseamitshekhariitbhu avatar

    amitshekhariitbhu/Android-Debug-Database

    8,663View on GitHub↗

    Android-Debug-Database is a specialized utility for extracting, inspecting, and editing mobile data on Android devices. It serves as a database debugger and SQLite inspector that provides a web-based interface for managing database records and shared preference key-value stores. The project distinguishes itself by supporting encrypted database decryption via provided passwords and the ability to map and inspect volatile in-memory databases. It also includes a data export tool that transfers database files from the private application directory to a local machine for external analysis. The to

    Java
    View on GitHub↗8,663
  • brentd/xray-railsbrentd avatar

    brentd/xray-rails

    1,217View on GitHub↗

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

    Ruby
    View on GitHub↗1,217
  • bstillitano/scytherbstillitano avatar

    bstillitano/Scyther

    115View on GitHub↗

    Just like scyther, this menu helps you cut through bugs in your iOS app.

    Swift
    View on GitHub↗115
  • bterwijn/memory_graphbterwijn avatar

    bterwijn/memory_graph

    705View on GitHub↗
    Pythonpython3-data-visualization-debugging-education
    View on GitHub↗705
  • capslock66/tracetoolcapslock66 avatar

    capslock66/Tracetool

    44View on GitHub↗

    Tracetool viewer, client Api for Dotnet, Java, Javasvript, C++ , Python, Delphi

    Pascal
    View on GitHub↗44
  • carcuis/dap-breakpoints.nvimCarcuis avatar

    Carcuis/dap-breakpoints.nvim

    20View on GitHub↗

    A Lua plugin for Neovim that helps manage breakpoints (including exception filters), create advanced breakpoints using vim.ui.input, and display breakpoint properties as virtual text with nvim-dap

    Lua
    View on GitHub↗20
  • cesarferreira/dryruncesarferreira avatar

    cesarferreira/dryrun

    3,793View on GitHub↗

    Dryrun is a command-line tool designed to automate the end-to-end lifecycle of Android projects, including cloning, building, and deploying source code from remote repositories to connected devices. It functions as a build system wrapper and device deployment tool that programmatically invokes native Android build tools to compile applications without requiring manual configuration in an integrated development environment. The project differentiates itself through an ephemeral workspace orchestrator that creates and destroys temporary file system environments to ensure every project execution

    Ruby
    View on GitHub↗3,793
  • chrisgrieser/nvim-chainsawchrisgrieser avatar

    chrisgrieser/nvim-chainsaw

    137View on GitHub↗

    Smart and highly customizable insertion of various kinds of log statements.

    Lua
    View on GitHub↗137
  • coderyi/networkeyecoderyi avatar

    coderyi/NetworkEye

    1,403View on GitHub↗

    a iOS network debug library, monitor HTTP requests

    Objective-C
    View on GitHub↗1,403
  • compodoc/compodoccompodoc avatar

    compodoc/compodoc

    4,113View on GitHub↗

    Compodoc is a TypeScript API documentation generator, static site generator, and project architecture visualizer. It parses source code and JSDoc comments to create searchable technical reference sites, API catalogues, and standalone HTML pages. The project distinguishes itself by analyzing import statements to produce dependency graphs and module maps that illustrate the structural relationships within a codebase. It includes specialized support for visualizing Angular projects, NestJS workflows, and Stencil web components, and can embed live working demos directly into documentation pages.

    TypeScript
    View on GitHub↗4,113
  • cool-rr/pysnoopercool-RR avatar

    cool-RR/PySnooper

    16,604View on GitHub↗

    PySnooper is a diagnostic library for Python that tracks variable values and execution flow to provide a detailed history of program state. By applying decorators to functions, generators, or classes, it logs line-by-line execution and state changes without requiring manual print statements. The tool distinguishes itself through its ability to monitor nested function calls and concurrent operations in multi-threaded applications. It captures execution context by accessing the current stack frame, allowing for the inspection of local variables and the evaluation of arbitrary expressions during

    Pythondebugdebuggerintrospection
    View on GitHub↗16,604
  • cs01/gdbguics01 avatar

    cs01/gdbgui

    10,338View on GitHub↗

    gdbgui is a web-based graphical frontend and visualizer for the GNU Debugger. It serves as a compiled language debugger that provides source-level inspection for C, C++, Go, Rust, and Fortran. The project acts as a remote debugging interface, providing a secure web portal for connecting to and controlling GDB sessions over a network. It distinguishes itself by offering a browser-based environment to visualize call stacks and data structures for programs running via the GNU Debugger. The interface covers program execution control and breakpoint management, featuring graphical variable inspect

    TypeScriptbrowsercc-plus-plus
    View on GitHub↗10,338
  • dawnlabs/carbonD

    dawnlabs/carbon

    0View on GitHub↗
    View on GitHub↗0
  • dbukowski/dbdebugtoolkitdbukowski avatar

    dbukowski/DBDebugToolkit

    1,282View on GitHub↗

    Set of easy to use debugging tools for iOS developers & QA engineers.

    Objective-C
    View on GitHub↗1,282
  • debugswift/debugswiftDebugSwift avatar

    DebugSwift/DebugSwift

    2,321View on GitHub↗
    Swiftanalysisanalyticscocoapods
    View on GitHub↗2,321
  • alexmojaki/birdseyealexmojaki avatar

    alexmojaki/birdseye

    1,717View on GitHub↗

    |logo| birdseye

    JavaScript
    View on GitHub↗1,717