Alternatives to Stetho
Compare Stetho alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to Stetho in 2026. Compare features, ratings, user reviews, pricing, and more from Stetho competitors and alternatives in order to make an informed decision for your business.
-
1
Google Chrome Enterprise
Google
Chrome Enterprise is a suite of business offerings that includes Chrome browser, Chrome's cloud management tool Chrome Enterprise Core, and the advanced security capabilities in Chrome Enterprise Premium. Chrome offers a dedicated enterprise download bundle, giving admins access to additional resources and policy templates for managing Chrome across desktop environments in their organization. Chrome Enterprise Core provides admins with simple, centralized management from the cloud. It allows admins to manage their enterprise browser deployment across platforms all from the same place. Chrome Enterprise Premium enables secure access to applications and resources, and offers integrated threat and data protection in the browser. It adds an extra layer of security to safeguard your Chrome browser environment, including DLP, real-time URL and file scanning, and context aware access for SaaS and web apps. -
2
Telepresence
Ambassador Labs
Telepresence streamlines your local development process, enabling immediate feedback. You can launch your local environment on your laptop, equipped with your preferred tools, while Telepresence seamlessly connects them to the microservices and test databases they rely on. It simplifies and expedites collaborative development, debugging, and testing within Kubernetes environments by establishing a seamless connection between your local machine and shared remote Kubernetes clusters. Why Telepresence: Faster feedback loops: Spend less time building, containerizing, and deploying code. Get immediate feedback on code changes by running your service in the cloud from your local machine. Shift testing left: Create a remote-to-local debugging experience. Catch bugs pre-production without the configuration headache of remote debugging. Deliver better, faster user experience: Get new features and applications into the hands of users faster and more frequently.Starting Price: Free -
3
Scout Monitoring
Scout Monitoring
Scout Monitoring is Application Performance Monitoring (APM) that finds what you can't see in charts. Scout APM is application performance monitoring that streamlines troubleshooting by helping developers find and fix performance issues before customers ever see them. With real-time alerting, a developer-centric UI, and tracing logic that ties bottlenecks directly to source code, Scout APM helps you spend less time debugging and more time building a great product. Quickly identify, prioritize, and resolve performance problems – memory bloat, N+1 queries, slow database queries, and more – with an agent that instruments the dependencies you need at a fraction of the overhead. Scout APM is built for developers, by developers, and monitors Ruby, PHP, Python, Node.js, and Elixir applications. -
4
JFrog Artifactory
JFrog
The Industry Standard Universal Binary Repository Manager. Supports all major package types (over 27 and growing) such as Maven, npm, Python, NuGet, Gradle, Go, and Helm including Kubernetes and Docker as well as integration with leading CI servers and DevOps tools that you already use. Additional functionalities include: - High Availability that scales to infinity with active/active clustering of your DevOps environment and scales as business grows - On-Prem, Cloud, Hybrid, or Multi-Cloud Solution - De Facto Kubernetes Registry managing application packages, operating system’s component dependencies, open source libraries, Docker containers, and Helm charts with full visibility of all dependencies. Compatible with a growing list of Kubernetes cluster providers. -
5
Chrome DevTools
Google
Chrome DevTools is a set of web developer tools built directly into the Google Chrome browser. DevTools can help you edit pages on-the-fly and diagnose problems quickly, which ultimately helps you build better websites, faster. There are many ways to open DevTools, because different users want quick access to different parts of the DevTools UI. When you want to work with the DOM or CSS, right-click an element on the page and select Inspect to jump into the Elements panel. Or press Command+Option+C (Mac) or Control+Shift+C (Windows, Linux, Chrome OS). When you want to see logged messages or run JavaScript, press Command+Option+J (Mac) or Control+Shift+J (Windows, Linux, Chrome OS) to jump straight into the Console panel. Toggle various overlays and speed up DOM tree navigation with badges. The main uses of the Chrome DevTools Console are logging messages and running JavaScript.Starting Price: Free -
6
Mobilizer
Mobile 1st
When it comes to browsers, Chrome rocks of course. Boasting by far the largest market share of web browsers across various OSs and hardware platforms, Google proves yet again that they “get it.” Among the reasons for Chrome’s popularity both with everyday users and developers are its ambitiously fast release cycle (roughly every six weeks) and constantly evolving feature set. However, for web developers and digital marketers, Chrome really shines with Chrome Developer Mode, the build-in web authoring and debugging tools accessed by hitting the F12 key. We’ve already talked about the convenience and benefits of Chrome Developer Tools (and their shortcomings) in this blog posting. Like a lot of great developer resources, when used in conjunction with other services, in this case Mobilizer’s online mobile testing lab, Chrome DevTools can really up your game and greatly improve productivity. -
7
Disbug
Disbug
Dev teams use Disbug chrome extension to capture bugs with screen recording, screenshots, console logs, network logs, user events and upload them to the project management tool, with a single click! Explain and narrate the problem visually. Let developers see exactly what happened when it went wrong. One-click capture of the entire context for bug reports. Instantly know what went wrong from every angle by capturing the complete session. Get consolidated technical logs directly in your favorite tools and with a link to see the detailed logs. Centralize everything in your issue trackers. Seamless integration with the tools of your choice. Automatically create tickets in the pre-configured issue tracker when you report the bug. Expedites the debugging process. Gives you more clarity and makes development easy. Cut down your bug reporting time by 60%. Streamline the work of QA testers, developers & project managers at costs less than a cup of coffee!Starting Price: $33 per month -
8
HttpWatch
Neumetrix
Become a debugging and web performance guru with the ultimate in-browser HTTP sniffer. Debug the network traffic generated by a web page directly in the browser without having to switch to a separate tool. Accurately measure the network performance of a web page and view opportunities for boosting its speed. No extra configuration or proxies are required - even with encrypted HTTPS traffic! Quickly find weak SSL configurations and other security-related issues on your web server. Anyone can use the free Basic Edition to send you full log files to help you remotely diagnose errors or performance issues. Use the HttpWatch API to collect performance data from your automated website tests. HttpWatch integrates with Chrome, Edge and Internet Explorer browsers to show you the HTTP and HTTPS traffic that is generated when you access a web page. Select a request in HttpWatch and everything you need to know is display in a tabbed window.Starting Price: $395 one-time payment -
9
Firefox Developer Tools
Mozilla
Firefox Developer Tools is a set of web developer tools built into Firefox. You can use them to examine, edit, and debug HTML, CSS, and JavaScript. This section contains detailed guides to all of the tools as well as information on how to debug Firefox for Android, how to extend DevTools, and how to debug the browser as a whole. You can open the Firefox Developer Tools from the menu by selecting Tools > Web Developer > Web Developer Tools or use the keyboard shortcut Ctrl + Shift + I or F12 on Windows and Linux, or Cmd + Opt + I on macOS.Starting Price: Free -
10
Bootify
Bootify.io
Rapid application development for Spring Boot developers. Select your preferences (Maven/Gradle, Java/Kotlin, etc.), create your custom database model and download your runnable Spring Boot application. REST API with basic CRUD operations included and Best Practices applied. Get advanced feature in the professional plan, like integration tests with testcontainers or pagination support.Starting Price: $0 -
11
weinre
Apache Software Foundation
weinre is WEb INspector REmote. Pronounced like the word "winery". Or maybe like the word "weiner". weinre is a debugger for web pages, like FireBug (for Firefox) and web inspector (for WebKit-based browsers), except it's designed to work remotely, and in particular, to allow you to debug web pages on a mobile device such as a phone. weinre was built in an age when there were no remote debuggers available for mobile devices. Since then, some platforms are starting to provide remote debugger capabilities, as part of their platform toolset. weinre reuses the user interface code from the web inspector project at WebKit, so if you've used Safari's web inspector or Chrome's Developer Tools, weinre will be very familiar. In normal usage, you will be running the client application in a browser on your desktop/laptop, and running a target web page on your mobile device. weinre does not make use of any 'native' code in the browser, it's all plain old boring JavaScript. -
12
DebugBear
DebugBear
DebugBear is a web performance monitoring tools that helps companies keep their website fast and pass Google's Core Web Vitals assessment. Find out how to optimize your website and get alerted when there's a problem. Run scheduled synthetic tests, monitor data from Google's Chrome User Experience Report (CrUX), and collect real user analytics directly on your website. Track Google Lighthouse scores over time and benchmark against your competition. Get custom performance recommendations with detailed analysis, and quickly try out performance optimizations with page speed experiments – without deploying any code!Starting Price: $125/mo -
13
Linked Helper
Linked Helper
The safest and powerful LinkedIn automation software and CRM. Automatically invite targeted 2nd & 3rd level contacts with a personal note. Auto-responder to newly added connections and drip campaigns for chain messaging with reply detection. Dozens of features and tools for Linkedin, Sales Navigator and Recruiter automation. Manage your Linkedin connections and lead funnel with a convenient CRM system. Safety of your LinkedIn account. Linked Helper 2 remains the safest tool for LinkedIn automation as it is a web-browser (not a Chrome extension) that does not embed its code into LinkedIn page. It does not call LinkedIn API unlike most cloud-based tools. The second version of Linked Helper is a standalone application or a smart web-browser (not a Chrome extension as was the first version) with built-in CRM system for productive and safe LinkedIn automation. Arrange your lead generation processes in LinkedIn into campaigns with easily manageable workflow.Starting Price: $15 per month -
14
Inspector
Inspector.dev
Inspector is a Code Execution Monitoring tool that helps software developers automatically identify errors and bottlenecks. It traces your application at any scale, enabling you to fix issues before customers experience them while keeping debugging costs predictable and low.Starting Price: €15/month -
15
GNU DDD
GNU
GNU DDD is a graphical front-end for command-line debuggers such as GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, the bash debugger bashdb, the GNU Make debugger remake or the Python debugger pydb. Besides usual front-end features such as viewing source texts. DDD has become famous through its interactive graphical data display, where data structures are displayed as graphs. You can support the principle of software freedom by buying stuff from the FSF shop. To run DDD, you need the GNU debugger (GDB), version 4.16 or later (or depending on the program to be debugged, possibly other command-line debuggers such as Ladebug, JDB, XDB, the Perl debugger, the bash debugger bashdb, the GNU Make debugger remake, or the Python debugger pydb). -
16
JHipster
JHipster
JHipster is a development platform to quickly generate, develop, and deploy modern web applications and microservice architectures. We support many frontend technologies, including Angular, React, and Vue. We even have mobile app support for Ionic and React Native! On the backend, we support Spring Boot (with Java or Kotlin), Micronaut, Quarkus, Node.js, and . NET. For deployment, we embrace cloud-native principles with Docker and Kubernetes. Deployment support exists for AWS, Azure, Cloud Foundry, Google Cloud Platform, Heroku, and OpenShift. Our goal is to generate a complete and modern web app or microservice architecture. A high-performance and robust server-side stack with excellent test coverage. A sleek, modern, mobile-first UI with Angular, React, or Vue + Bootstrap for CSS. A powerful workflow to build your application with Webpack and Maven or Gradle. Resilient microservice architecture with cloud-native principles in mind. -
17
IBM CICS
IBM
IBM® CICS® Transaction Server for z/OS® has evolved into a powerful mixed language application server, enabling developers to write and modernize applications using the languages and tools best suited to business needs and their skills. Supported languages and frameworks include Java®-based OSGi, Springboot®, Jakarta® EE, Eclipse® MicroProfile, and Node.js®-based runtime for JavaScript and TypeScript, and COBOL, C/C++, and PL/I. CICS is able to scale applications to support high-transaction workloads in a secure, robust, cost-efficient environment. Develop new applications or extend existing, mission-critical services with new interfaces. Unleash your creativity with our support for a wealth of different programming languages. Develop in CICS Transaction Server just as you would develop any other application, with plug-ins for familiar tooling such as Maven®, Gradle®, Zowe®, and UrbanCode Deploy®. -
18
Defang
Defang
Defang is a developer-centric platform that simplifies the process of developing, deploying, and debugging cloud applications. By leveraging AI-assisted tooling, Defang enables developers to swiftly transition from an idea to a deployed application on their preferred cloud provider. The platform supports multiple programming languages, including Go, JavaScript, and Python, allowing developers to start with sample projects or generate project outlines using natural language prompts. With a single command, Defang builds and deploys applications, handling configurations for computing, storage, load balancing, networking, logging, and security. The Defang Command Line Interface (CLI) facilitates interactions with the platform, offering installation options via shell scripts, Homebrew, Winget, Nix, or direct download. Developers can define services using compose.yaml files, which Defang utilizes to deploy applications to the cloud.Starting Price: $10 per month -
19
WebDriverIO
WebDriverIO
WebdriverIO allows you to automate any application written with modern web frameworks such as React, Angular, Polymeror Vue.js as well as native mobile applications for Android and iOS. WebdriverIO not only runs automation based on the WebDriver protocol, it also leverages native browser APIs to enable integrations to popular developer tools such as Chrome DevTools orGoogle Lighthouse. With the plugin you have access to commands for validating if you app is a valid PWA application as well as to commands for capturing frontend performance metrics such as speedIndex and others. The WebdriverIO testrunner comes with a command line interface that provides a nice configuration utility that helps you to create your config file in less than a minute. It also gives an overview of all available 3rd party packages like framework adaptions, reporter and services and installs them for you! -
20
SwapCode AI
SwapCode AI
SwapCode AI is a special helper that makes it easy to change one kind of code into another. Imagine if you were playing with blocks, and you wanted to turn a square block into a round one—it does that for code! It helps developers and teams make their code work in new ways without breaking anything. It works with lots of different types of code, like the ones used to make websites, games, and apps. For example, if you have a puzzle piece that fits in a Java puzzle but needs to fit in a Python puzzle, SwapCode AI knows how to reshape it perfectly! It even makes sure the new piece is easy to read and use. SwapCode AI is super smart and fits right into your tools, so you can use it while you’re working without any extra steps. It helps teams work together, even if they’re using different tools or languages.Starting Price: $20/month -
21
Sentry
Sentry
From error tracking to performance monitoring, developers can see what actually matters, solve quicker, and learn continuously about their applications - from the frontend to the backend. With Sentry’s performance monitoring you can trace performance issues to poor-performing api calls and slow database queries. Source code, error filters, stack locals — Sentry enhances application performance monitoring with stack traces. Quickly identify performance issues before they become downtime. View the entire end-to-end distributed trace to see the exact, poor-performing API call and surface any related errors. Breadcrumbs make application development a little easier by showing you the trails of events that lead to the error(s).Starting Price: $26 per month -
22
Apache Maven
The Apache Software Foundation
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. If you think that Maven could help your project, you can find out more information in the "About Maven" section of the navigation. This includes an in-depth description of what Maven is and a list of some of its main features. If the problem has not been reported before, the recommended way to get help is to subscribe to the Maven Users Mailing list. Many other users and Maven developers will answer your questions there, and the answer will be archived for others in the future. -
23
BizWik
BizWik
Generate leads and nurture relationships while you sleep! Schedule the campaign to run daily at a desired time period without human intervention. Add multiple team members to a single account and explore limitless opportunities. Nurture relationships on LinkedIn without any manual interventions. Bizwik Helper allows you to use multiple LinkedIn accounts on Google Chrome at the same time and switch between them seamlessly. It also links your LinkedIn accounts with the bizwik web application to run various automations of your choosing.Starting Price: $9.92 per month -
24
CloudRepo
CloudRepo
CloudRepo provides fully managed, cloud-based, private repositories. With CloudRepo, developers store and access Public and Private, Maven, and Python repositories in the cloud. CloudRepo stores your maven repositories across multiple physical servers reducing the probability of data loss & maven repository downtime due to hardware failure. We help reduce time and resources spent running unsecured & vulnerable maven repositories, which allows everyone to focus on developing more. Your team has completed all this developing to ultimately distribute your repositories. Use the Software Distribution feature to make sure your repositories get in the right hands.Starting Price: $79 per month -
25
Thundra
Thundra
Thundra is a developer platform company that empowers application teams to develop, debug, test, and monitor modern microservices on the cloud. By offering everything from automated instrumentation to cloud debugging and test optimization in a single platform, Thundra eliminates the need for multiple tools for pre-production and production environmentsStarting Price: $90 per month -
26
Cypress
Cypress.io
Fast, easy and reliable end-to-end testing for anything that runs in a browser. Cypress has been made specifically for developers and QA engineers, to help them get more done. Cypress benefits from our amazing open-source community - and our tools are evolving better and faster than if we worked on them alone. Cypress is based on a completely new architecture. No more Selenium. Lots more power. Cypress takes snapshots as your tests run. Simply hover over commands in the Command Log to see exactly what happened at each step. Stop guessing why your tests are failing. Debug directly from familiar tools like Chrome DevTools. Our readable errors and stack traces make debugging lightning fast. Cypress automatically reloads whenever you make changes to your tests. See commands execute in real-time in your app. Never add waits or sleeps to your tests. Cypress automatically waits for commands and assertions before moving on. No more async hell.Starting Price: Free -
27
TotalView
Perforce
TotalView debugging software provides the specialized tools you need to quickly debug, analyze, and scale high-performance computing (HPC) applications. This includes highly dynamic, parallel, and multicore applications that run on diverse hardware — from desktops to supercomputers. Improve HPC development efficiency, code quality, and time-to-market with TotalView’s powerful tools for faster fault isolation, improved memory optimization, and dynamic visualization. Simultaneously debug thousands of threads and processes. Purpose-built for multicore and parallel computing, TotalView delivers a set of tools providing unprecedented control over processes and thread execution, along with deep visibility into program states and data. -
28
Rookout
Rookout
Rookout is a live data collection and debugging platform, which allows software engineers to understand and debug any application no matter where it’s running - from monoliths to cloud native applications. Rookout empowers engineers to reduce debugging and logging time by 80%, solving customer issues 5x faster. With the use of Non-Breaking Breakpoints, software engineers get the data they need instantly, without additional coding, restarts, or redeployment of their application required.With Rookout, developers are able to understand any piece of code. Being able to extract the data you need, from any line of code, allows devs to understand their code and makes collaboration and handoffs easier. -
29
Base AI
Base AI
The easiest way to build serverless autonomous AI agents with memory. Start building local-first, agentic pipes, tools, and memory. Deploy serverless with one command. Developers use Base AI to develop high-quality AI agents with memory (RAG) using TypeScript and then deploy serverless as a highly scalable API using Langbase (creators of Base AI). Base AI is web-first with TypeScript support and a familiar RESTful API. Integrate AI into your web stack as easily as adding a React component or API route, whether you're using Next.js, Vue, or vanilla Node.js. With most AI use cases on the web, Base AI helps you ship AI features faster. Develop AI features on your machine with zero cloud costs. Git integrates out of the box, so you can branch and merge AI models like code. Complete observability logs let you debug AI-like JavaScript, and trace decisions, data points, and outputs. It's like Chrome DevTools for your AI.Starting Price: Free -
30
Arm DDT
Arm
Arm DDT is the number one server and HPC debugger in research, industry, and academia for software engineers and scientists developing C++, C, Fortran parallel and threaded applications on CPUs, GPUs, Intel, and Arm. Arm DDT is trusted as a powerful tool for the automatic detection of memory bugs and divergent behavior to achieve lightning-fast performance at all scales. Cross-platform for multiple servers and HPC architectures. Native parallel debugging of Python applications. Has market-leading memory debugging. Outstanding C++ debugging support. Complete Fortran debugging support. Has an offline mode for debugging non-interactively. Handles and visualizes huge data sets. Arm DDT is a powerful parallel debugger, available standalone or as part of the Arm Forge debug and profile suite. Its intuitive graphical interface provides automatic detection of memory bugs and divergent behavior at all scales. -
31
Deleaker
Softanics
Deleaker 🛠️ is a powerful memory leak detection tool for C++, .NET, and Delphi developers. It seamlessly integrates with Visual Studio, RAD Studio, and works as a standalone app. Deleaker helps identify and fix memory leaks, GDI leaks, and handle leaks 🔍 in real time. With an intuitive UI, detailed reports, and precise stack traces, it makes debugging easier ⚡. Whether you're working on a large project or a small app, Deleaker ensures your software stays efficient and leak-free 🚀.Starting Price: $149 -
32
BFuzz
RootUp
BFuzz is an input-based fuzzer tool that takes HTML as an input, opens up your browser with a new instance, and passes multiple test cases generated by domato which is present in the recurve folder of BFuzz, more over BFuzz is an automation that performs the same task repeatedly and it doesn't mangle any test cases. Running BFuzz will ask for the option of whether to fuzz Chrome or Firefox, however, this will open Firefox from recurve and create the logs on the terminal. BFuzz is a small script that enables you to open the browser and run test cases. The test cases in recurve are generated by the domato generator and contain the main script. It contains additional helper code for DOM fuzzing.Starting Price: Free -
33
LogDog
LogDog
Built from the ground up for mobile developers. Monitor network requests, logs, and events in real-time. Debug faster, ship with confidence. FEATURES: - RealTime Logs: Capture every log from your application and see them appear in instantly in the dashboard - Network Monitoring: See how LogDog captures and analyses HTTP requests and responses - Event Tracking: Watch real-time event logging and analytics collection - Performance Metrics: Monitor app performance in real-time - Request Mocking: One Click to enable request mocking - throw in your own body, headers or statusCode - Any build type: Check logs from your Store builds, TestFlight and of course Xcode builds - Seamless experience: Test events across different session without annoying reattachment - Shake to Debug: Shake your device to toggle various debug features from LogDogStarting Price: $19/month -
34
Clover
EJIE Technology
Clover is an extension of Windows Explorer, to add multi-tab functionality similar to Google Chrome browser. After installing Clover, you will be able to open multiple folders within the same window, and you can also add folder bookmarks. Clover currently only supports Windows XP and later versions of Windows (32bit/64bit), and supports the most common languages such as English and Chinese. Clover was a Windows Explorer plug-in integrated into the system, and the externally opened Explorer window was automatically hosted into Clover window. The Clover program does not get any message from the user. Some users use optimization software to disable the TabHelper plug-in, this will result in such a result, open IE’s “Manage Add-ons” menu, and look into “ExplorerWatcher class”. Just like Google Chrome, Clover works with many basic shortcut keys to help you navigate better and faster through your tabbed folders.Starting Price: Free -
35
BMC Compuware Xpediter
BMC Software
BMC Compuware Xpediter is a family of debuggers and interactive analysis tools for COBOL, Assembler, PL/I, and C programs that helps developers quickly understand applications, make changes, and fix problems in a secure environment—even if they’re unfamiliar with the source code. Xpediter enables developers to get into an interactive test session with minimal effort and quickly move applications into production with greater confidence. See line-by-line code execution and control all aspects of program execution and data. Use Code Coverage to see proof of execution and view metrics on multi-platform applications. Access Abend-AID diagnostic capabilities from within a debugging session. See a graphical view of source code through an integration with Topaz for Program Analysis. Leverage Topaz for Total Test for building a comprehensive portfolio of automated virtualized test cases. Intercept and debug mainframe transactions initiated remotely. -
36
Arm Forge
Arm
Build reliable and optimized code for the right results on multiple Server and HPC architectures, from the latest compilers and C++ standards to Intel, 64-bit Arm, AMD, OpenPOWER, and Nvidia GPU hardware. Arm Forge combines Arm DDT, the leading debugger for time-saving high-performance application debugging, Arm MAP, the trusted performance profiler for invaluable optimization advice across native and Python HPC codes, and Arm Performance Reports for advanced reporting capabilities. Arm DDT and Arm MAP are also available as standalone products. Efficient application development for Linux Server and HPC with Full technical support from Arm experts. Arm DDT is the debugger of choice for developing of C++, C, or Fortran parallel, and threaded applications on CPUs, and GPUs. Its powerful intuitive graphical interface helps you easily detect memory bugs and divergent behavior at all scales, making Arm DDT the number one debugger in research, industry, and academia. -
37
Lighthouse
Google
You can run it against any web page, be it public or require authentication. It has audits of performance, accessibility, progressive web apps, SEO and more. You can run Lighthouse in Chrome Devtools, from the command line, or as a Node. You simply give Lighthouse a URL to audit, it will run a series of audits against the page, and then generate a report on how good the page was. From there, use the audits that have failed as pointers on how to improvise the page. Each audit has a reference doc explaining why the audit is important, as well as how to fix it. Lighthouse Viewer requires the JSON output of a Lighthouse report. The following list explains how to get the output in JSON format depending on which Lighthouse stream you are using. -
38
Xdebug
Xdebug
Xdebug is an extension for PHP, and provides a range of features to improve the PHP development experience. A way to step through your code in your IDE or editor while the script is executing. An improved var_dump() function, stack traces for notices, warnings, errors, and exceptions to highlight the code path to the error. Writes every function call, with arguments and invocation location to disk. Optionally also includes every variable assignment and return value for each function. Allows you, with the help of visualization tools, to analyze the performance of your PHP application and find bottlenecks. Shows which parts of your code base are executed when running unit tests with PHPUnit. Installing Xdebug with a package manager is often the fastest way. You can substitute the PHP version with the one that matches the PHP version that you are running. You can install Xdebug through PECL on Linux & macOS with Homebrew.Starting Price: Free -
39
LangSmith
LangChain
Unexpected results happen all the time. With full visibility into the entire chain sequence of calls, you can spot the source of errors and surprises in real time with surgical precision. Software engineering relies on unit testing to build performant, production-ready applications. LangSmith provides that same functionality for LLM applications. Spin up test datasets, run your applications over them, and inspect results without having to leave LangSmith. LangSmith enables mission-critical observability with only a few lines of code. LangSmith is designed to help developers harness the power–and wrangle the complexity–of LLMs. We’re not only building tools. We’re establishing best practices you can rely on. Build and deploy LLM applications with confidence. Application-level usage stats. Feedback collection. Filter traces, cost and performance measurement. Dataset curation, compare chain performance, AI-assisted evaluation, and embrace best practices. -
40
AWS X-Ray
Amazon
AWS X-Ray helps developers analyze and debug production, distributed applications, such as those built using a microservices architecture. With X-Ray, you can understand how your application and its underlying services are performing to identify and troubleshoot the root cause of performance issues and errors. X-Ray provides an end-to-end view of requests as they travel through your application, and shows a map of your application’s underlying components. You can use X-Ray to analyze both applications in development and in production, from simple three-tier applications to complex microservices applications consisting of thousands of services. -
41
Luciq
Luciq
Luciq is an AI-powered mobile observability platform designed for app developers and enterprises to monitor, diagnose, and improve mobile applications seamlessly. The solution brings together bug reporting, crash analytics, session replay, and performance monitoring in one unified SDK that supports Android, iOS, web and hybrid apps. It enables users to capture detailed device logs, network traces, annotated screenshots, videos and user feedback, while automatically correlating events and errors using machine learning to prioritize issues by impact. Developers gain visibility into user sessions where things went wrong, reproduce defects through replay, and resolve issues faster using integrations with JIRA, Slack, Zapier, Zendesk and other tools. With Luciq’s “Agentic Mobile Observability” approach, the system surface the most critical problems, suggests root-causes and even recommends remediations, helping teams increase velocity, improve app stability and enhance user experience. -
42
OpenText Functional Testing Lab for Mobile and Web provides a centralized digital lab offering remote access to real mobile devices, browsers, and emulators for comprehensive application testing. It enables developers and testers to develop, debug, test, monitor, and optimize mobile and web apps from anywhere, improving productivity and flexibility. The platform supports scalable testing on privately dedicated or public devices, allowing teams to increase coverage without additional hardware investments. Cloud browser testing eliminates the need for managing physical machines and infrastructure. AI-driven features optimize testing workflows for faster, more reliable results. Integration with tools like Appium and Selenium supports a seamless end-to-end testing experience.
-
43
Orbit Profiler
Orbit Profiler
Quickly find performance bottlenecks and visualize what is going on in a complex C/C++ application. Orbit is a standalone profiler and debugging tool for Windows and Linux. Its main purpose is to help developers understand and visualize the execution flow of a complex application. By giving a bird’s eye view of what is happening under the hood, Orbit gives the developer a deeper understanding of complex systems and allows them to quickly find performance bottlenecks. Orbit works out of the box on any C/C++ application, as long as it has access to the Pdb file. Start profiling as soon as you finish downloading Orbit. Orbit injects itself into the target process and hooks into selected functions. It works even on your highly optimized final/shipping builds. Sampling is great when you don’t know where to start looking. Orbit’s sampling is fast, robust, and “always on”. Orbit combines sampling and dynamic instrumentation to optimize the profiling workflow. -
44
Inferno
Inferno
Inferno doesn't have a fully synthetic event system like React does. Inferno has a partially synthetic event system, instead opting to only delegate certain events (such as `onClick`). Inferno provides lifecycle events on functional components. This is a major win for people who prefer lightweight components rather than ES2015 classes. Inferno is able to use the React Dev Tools extensions for Chrome/Firefox/etc to provide the same level of debugging experience to the Inferno user via inferno-devtools. Inferno has a partial synthetic event system, resulting in better performance via delegation of certain events. Inferno provides lifecycle events on functional components. This is a major win for people who prefer lightweight components rather than ES2015 classes.Starting Price: Free -
45
Lightrun
Lightrun
Add logs, metrics and traces to production and staging, directly from your IDE or CLI, in real-time and on-demand. Boost productivity and gain 100% code-level observability with Lightrun. Insert logs and metrics in real-time even while the service is running. Debug monolith microservices, Kubernetes, Docker Swarm, ECS, Big Data workers, serverless, and more. Quickly add a missing logline, instrument a metric, or place a snapshot to be taken on demand. No need to replicate the production environment or re-deploy. Once the instrumentation is invoked, the data is printed to the log analysis tool, your IDE, or to an APM of your choice. Analyze code behavior to find bottlenecks and errors without stopping the running process. Easily add large amounts of logs, snapshots, counters, timers, function durations, and more. You won’t stop or break the system. Spend less time debugging and more time coding. No more restarting, redeploying and reproducing when debugging. -
46
Diffblue Cover
Diffblue
Diffblue Cover analyzes your existing Java program and writes unit regression tests that reflect the current behavior of the code. The CLI tool works 100% autonomously, configuring itself from your Maven or Gradle environment. By bringing automation to the test-writing process, the CLI tool provides a speed boost for organizations that are working towards achieving DevOps goals like CI/CD. Since it fits into a CI pipeline, the CLI tool protects the whole codebase from regressions by shifting testing left. Diffblue Cover's unit regression tests run fast and verify new code changes immediately, helping users detect undesirable changes in the code’s behavior as early as possible, when they're the quickest, easiest, and cheapest to fix. And tests are automatically maintained, saving teams even more time.Starting Price: Free -
47
SourceDebug
SourceDebug
SourceDebug is a fast powerful project-oriented programming editor, code browser, and debugger that helps you understand code while you work and plan. SourceDebug has built-in dynamic analysis for C/C++, Objective-C, and more. SourceDebug can debug application with source code in different locations. SourceDebug integrates editing, browsing, compiling and debugging functions for local and remote projects. It can be used to learn an existing code base quickly, and get up to speed on new projects. SourceDebug parses your whole project and lets you navigate and edit code like a breeze. It can jump easily to variables, functions or include files. Smart Bookmark can record the browsing location and play back when needed. Supports GDB or LLDB-MI debug over SSH, ADB, Telnet , Rlogin and Local Cygwin. GDB server debug is also supported. Show Quickwatch, Watches, Callstack, Variables, Memory, Breakpoint List, Disassemble and Thread List as needed. Sftp, Ftp and Local drives are supported.Starting Price: $49/user -
48
Honeycomb
Honeycomb.io
Log management. Upgraded. With Honeycomb. Honeycomb is built for modern dev teams to better understand application performance, debug & improve log management. With rapid query, find unknown unknowns across system logs, metrics & traces with interactive charts for the deepest view against raw, high cardinality data. Configure Service Level Objective (SLOs) on what users care about so you cut-down noisy alerts and prioritize the work. Reduce on-call toil, ship code faster and keep customers happy. Pinpoint the cause. Optimize your code. See your prod in hi-res. Our SLOs tell you when your customers are having a bad experience so that you can immediately debug why those issues are happening, all within the same interface. Use our Query Builder to easily slice and dice your data to visualize behavioral patterns for individual users and services (grouped by any dimensions).Starting Price: $70 per month -
49
Seagence
Seagence Technologies
Using Seagence’s unique execution path technology combined with machine learning, receive realtime alerts with root cause when defects occur in your production Java applications. Fix your code without needing any debugging. Attach a lightweight runtime java agent when you start your application. As your users access the application, Seagence agent collects data about how requests are being processed. So give Seagence 24 hours to collect enough sample for analysis. The collected data is fed to Seagence's analytics engine in realtime which finds defects when they occur and alerts. Know that Seagence unearths all defects in your application including unknown. With Seagence provided defect and root cause in hand, you fix your broken code. Continuously monitoring your production application, Seagence proactively finds defects and their root cause in realtime thus eliminating the need for debugging.Starting Price: $52 per month -
50
Solidity Debugger Pro
Solidity Debugger Pro
Free & Open source. Cross-platform. Supports all EVM blockchains. Solidity Debugger Pro (sdbg) is a VS Code extension that adds feature-rich debugging capabilities for Solidity projects. It supports all EVM-compatible blockchains, allowing developers to easily debug smart contracts locally or on a forked node. Sdbg brings native debugging support for the popular Hardhat framework.Starting Price: Free