Best Debugging Tools for Mac of 2024

Find and compare the best Debugging tools for Mac in 2024

Use the comparison tool below to compare the top Debugging tools for Mac on the market. You can filter results by user reviews, pricing, features, platform, region, support options, integrations, and more.

  • 1
    Telepresence Reviews

    Telepresence

    Ambassador Labs

    Free
    16 Ratings
    See Tool
    Learn More
    You can use your favorite debugging software to locally troubleshoot your Kubernetes services. Telepresence, an open-source tool, allows you to run one service locally and connect it to a remote Kubernetes cluster. Telepresence was initially developed by Ambassador Labs, which creates open-source development tools for Kubernetes such as Ambassador and Forge. We welcome all contributions from the community. You can help us by submitting an issue, pull request or reporting a bug. Join our active Slack group to ask questions or inquire about paid support plans. Telepresence is currently under active development. Register to receive updates and announcements. You can quickly debug locally without waiting for a container to be built/push/deployed. Ability to use their favorite local tools such as debugger, IDE, etc. Ability to run large-scale programs that aren't possible locally.
  • 2
    Ambassador Reviews

    Ambassador

    Ambassador Labs

    2 Ratings
    See Tool
    Learn More
    Ambassador Edge Stack, a Kubernetes-native API Gateway, provides simplicity, security, and scalability for some of the largest Kubernetes infrastructures in the world. Ambassador Edge Stack makes it easy to secure microservices with a complete set of security functionality including automatic TLS, authentication and rate limiting. WAF integration is also available. Fine-grained access control is also possible. The API Gateway is a Kubernetes-based ingress controller that supports a wide range of protocols, including gRPC, gRPC Web, TLS termination, and traffic management controls to ensure resource availability.
  • 3
    TrustInSoft Analyzer Reviews
    See Tool
    Learn More
    TrustInSoft commercializes a source code analyzer called TrustInSoft Analyzer, which analyzes C and C++ code and mathematically guarantees the absence of defects, immunity of software components to the most common security flaws, and compliance with a specification. The technology is recognized by U.S. federal agency the National Institute of Standards and Technology (NIST), and was the first in the world to meet NIST’s SATE V Ockham Criteria for high quality software. The key differentiator for TrustInSoft Analyzer is its use of mathematical approaches called formal methods, which allow for an exhaustive analysis to find all the vulnerabilities or runtime errors and only raises true alarms. Companies who use TrustInSoft Analyzer reduce their verification costs by 4, efforts in bug detection by 40, and obtain an irrefutable proof that their software is safe and secure. The experts at TrustInSoft can also assist clients in training, support and additional services.
  • 4
    Fiddler Reviews

    Fiddler

    Progress Software

    $12 per user per month
    2 Ratings
    Telerik Fiddler HTTP (S) proxy can capture all HTTP(S), traffic between your computer & the Internet. You can inspect traffic, set breakpoints and play with requests & replies. Fiddler Everywhere is a web-debugging proxy that works on macOS, Windows and Linux. You can capture, inspect, monitor, and analyze all HTTP(S), traffic between your computer, the Internet, and mock requests. Fiddler Everywhere is compatible with any browser, app, or process. You can debug traffic from macOS or Windows systems, as well as iOS or Android mobile devices. Make sure that the appropriate cookies, headers, cache directives and headers are sent between the client's and server. Any framework is supported, including.NET and Java, Ruby, and others. You can mock or modify any website's requests and responses. It's quick and easy to modify the requests and responses on any website without having to change the code. Fiddler Everywhere allows you to log all HTTP/S traffic between the computer and the Internet.
  • 5
    HTTP Toolkit Reviews

    HTTP Toolkit

    HTTP Toolkit

    Free
    1 Rating
    You can easily scan through traffic by highlighting content type, status, and source. Or, you can use powerful filtering tools that match your messages to the most important ones. With MDN inline explanations and docs, you can examine the URL, status, headers, and body of each request, or response. You can explore message bodies using highlighting and auto formatting for JSON HTML, JS, JS and other formats, all with the help of Monaco, the editor in Visual Studio Code. Match requests precisely, jump to them as they appear, and edit any information: the target URL or method, headers, body, or method. You can either respond manually to the requests as they arrive or pass them upstream. On the way back, pause and edit the actual response. Step through HTTP traffic request-by-request, or manually mock errors and endpoints. To quickly prototype against new services or endpoints, create rules that match requests.
  • 6
    Android Studio Reviews
    Top Pick
    Android Studio is the fastest tool for building apps on any Android device. ConstraintLayout allows you to create complex layouts by linking constraints from one view to another view or following guidelines. You can then preview your layout on any screen size by choosing one of the various device configurations, or simply resizing it. You can find ways to reduce the size of your Android app by inspecting its APK file. Examine the resources, manifest, and DEX files. Compare two APKs to compare how the app size has changed between versions. You can install and run your apps quicker than on a physical device. You can also simulate different configurations and features using ARCore, Google’s platform for building augmented realities experiences. Intelligent code editors provide code completion for Java, C/C++, and Kotlin languages. This allows you to write better code and work faster.
  • 7
    Chrome DevTools Reviews
    Chrome DevTools are a set of web development tools that is built directly into Google Chrome browser. DevTools allows you to quickly edit pages and diagnose issues on the fly, which in turn helps you build better websites faster. DevTools can be opened in many ways. Different users may want quick access to different parts. To work with the DOM and CSS, right-click on an element on the page. Select Inspect to jump to the Elements panel. Or, press Command+Option+C on Mac or Control+Shift+C on Windows, Linux, and Chrome OS. To jump directly into the Console panel, you can press Command+Option+J or Control+Shift+J on Mac to view logged messages and run JavaScript.
  • 8
    Spark Inspector Reviews

    Spark Inspector

    Spark Inspector

    $49.99 one-time payment
    Spark allows you to create the best apps possible by providing a three-dimensional view and the ability for you to modify view properties at runtime. How to wire your app with notifications? Spark's notification monitor displays each NSNotification as it is sent. It also includes a stack trace and a list with recipients and invoked method. You can quickly understand the structure of your app and debug faster. Connect your app to Spark Inspector and you'll be able to see the interface of your app front and center. The inspector updates in real time as you interact with your app. Every change to your app's view hierarchy is tracked by the inspector so you always know what's happening. Spark allows you to edit the view of your app. You can modify nearly every property in your views, from their class-level attributes and CALayer transformations. Spark invokes a method within your app when you make a modification to that property.
  • 9
    froglogic Squish Reviews

    froglogic Squish

    froglogic

    €82.50 per user per month
    Squish is used by thousands of companies around the world to automate functional regression tests and system testing of their graphical user interfaces (GUIs) or human machine interfaces. Squish GUI Testing Tool is 100% cross-platform. Automated cross browser GUI testing for Web and HTML5 apps on desktop, mobile, and embedded platforms. Automated GUI Testing of native macOS apps, including embedded Webkit content.
  • 10
    Xdebug Reviews

    Xdebug

    Xdebug

    Free
    Xdebug is a PHP extension that provides a variety of features to enhance the PHP development experience. You can step through your code while the script is running in your editor or IDE. A new var_dump() function that allows you to stack trace your code to highlight warnings, errors and exceptions. Writes every function call, including arguments and invocation location to the disk. Optionally, includes each variable assignment and return value for each of the functions. With the help of visualization tools, you can analyze the performance of your PHP app and identify bottlenecks. This tool allows you to see which parts of your code are executed when PHPUnit runs unit tests. The fastest way to install Xdebug is often with a package manager. You can replace the PHP version you are using with the version that is compatible. Xdebug can be installed via PECL on Linux & macOS using Homebrew.
  • 11
    Backtrace Reviews

    Backtrace

    Backtrace

    Don't let game, app, or device crashes stop you from having a great experience. Backtrace automates cross-platform exception management and cross-platform crash management so that you can focus on shipping. Cross-platform callstack, event aggregation, and monitoring. A single system can process errors from panics and core dumps, minidumps, as well as during runtime across your stack. Backtrace generates searchable, structured error reports from your data. Automated analysis reduces time to resolution by surfacing important signals which lead engineers to the crash root cause. Rich integrations into dashboards and notification systems mean that you don't have to worry about missing a detail. Backtrace's rich queries engine will help you answer the questions that are most important to you. A high-level overview of errors, prioritization and trends across all projects can be viewed. You can search through key data points as well as your own custom data for all errors.
  • 12
    PlatformIO Reviews

    PlatformIO

    PlatformIO

    PlatformIO is a professional collaborative platform for embedded programming. PlatformIO is a next-generation collaborative platform for embedded software development. It allows customers to save time and money by greatly reducing the costs and labor involved in creating and maintaining product code. We believe that the embedded systems industry needs to be reinvented. Not only are IDEs and tools built using technology from the 1990s but they also have many requirements and platform-dependent configurations which prevent talented developers from becoming embedded engineers. This is the most popular IDE solution for Microsoft Visual Studio Code. An integrated development environment that is user-friendly and extensible. It includes a variety of powerful tools and features that will speed up the creation and delivery embedded products. PlatformIO is written entirely in Python and does not require any additional libraries or tools from an operation system.
  • 13
    Firefox Developer Tools Reviews
    Firefox Developer Tools is a collection of web developer tools that Firefox has built in. These tools can be used to debug HTML, CSS, or JavaScript. This section provides detailed information about all the tools, as well as information about how to debug Firefox on Android, how you can extend DevTools and how to debug Firefox as a whole. Open Firefox Developer Tools by selecting Tools >Web Developer > Web Developer Tools. Or, you can use the keyboard shortcut Ctrl+ Shift + I (Windows and Linux) or Cmd+ Opt + II on macOS.
  • 14
    GDB Reviews
    GDB, the GNU Project Debugger, allows you see what's going on "inside" another program as it executes. It also lets you see what another program was doing when it crashed. Start your program and specify any changes that could affect its behavior. When your program stops, examine what has happened. You can make changes to your program so that you can try out different bugs and learn more about them. These programs could be running on the same machine that GDB (native), another machine (remote), and on a simulator. GDB is compatible with most UNIX and Microsoft Windows versions, as well Mac OS X.
  • 15
    IDA Pro Reviews

    IDA Pro

    Hex-Rays

    IDA Pro, as a disassembler, can create maps of their execution to show binary instructions that were actually executed by the processor in a symbolic representation. IDA Pro can generate assembly language source codes from machine-executable software and make this code more human-readable using advanced techniques. The dynamic analysis was added to IDA's debugging capabilities. It can handle remote applications and supports multiple debugging targets. Its cross-platform debugging capabilities allow instant debugging and easy connection to local and remote processes. IDA Pro allows the human analysts to override the disassembler's decisions or to give hints, so that the analyst can work seamlessly with the disassembler and more intuitively analyze binary code.
  • 16
    weinre Reviews

    weinre

    Apache Software Foundation

    WEb INspector REmote is WEinre Pronounced like "winery". Or perhaps like the word "weiner". Weinre is a web page debugger, similar to FireBug (for Firefox), and Web Inspector (for WebKit based browsers), but it's designed to work remotely and, in particular, to allow users to debug web pages from a mobile device like a phone. Weinre was created in an era when there weren't any remote debuggers for mobile devices. Some platforms have begun to offer remote debugging capabilities as part of their platform toolkit. Weinre uses the user interface code from WebKit's web inspector project. If you have used Chrome's Developer Tools or Safari's web inspector, you will be familiar with weinre. Normal usage will require you to run the client application on your desktop/laptop and a target page on your smartphone. Weinre doesn't use any 'native code' in the browser. It's just plain old JavaScript.
  • 17
    VisualVM Reviews
    VisualVM monitors, troubleshoots, and diagnoses Java 1.4+ applications from a variety of vendors using jvmstat (jvmstat.com), JMX (Serviceability Agent), and Attach API. VisualVM is designed to meet the needs of all application developers, system administrators and quality engineers. VisualVM displays basic runtime information for each process: PID, mainclass, arguments passed to the java process, JVM home, JVM arguments and flags, and System properties. VisualVM monitors CPU usage of the application, GC activity and heap and metaspace / permanent memory, as well as the number of loaded classes, and running threads. VisualVM provides basic profiler capabilities to analyze application performance and memory management. Both sampling and instrumentation profiles are available.
  • Previous
  • You're on page 1
  • Next