Best BMC Compuware Xpediter Alternatives in 2024

Find the top alternatives to BMC Compuware Xpediter currently available. Compare ratings, reviews, pricing, and features of BMC Compuware Xpediter alternatives in 2024. Slashdot lists the best BMC Compuware Xpediter alternatives on the market that offer competing products that are similar to BMC Compuware Xpediter. Sort through BMC Compuware Xpediter alternatives below to make the best choice for your needs

  • 1
    Telepresence Reviews

    Telepresence

    Ambassador Labs

    16 Ratings
    See Software
    Learn More
    Compare Both
    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
    CodeRush Reviews

    CodeRush

    DevExpress

    $49.99 one time payment
    You can instantly try your first CodeRush feature and discover how powerful it is. Refactoring for C# and Visual Basic. The fastest test.NET runner, next-generation debugging and the most efficient coding experience. You can quickly find symbols and files within your solution and navigate to code constructions relevant to the current context. CodeRush also includes Quick Navigation and Quick File Navigation, which make it quick and easy to locate symbols and open files. Analyze Code Coverage allows you to see which parts of your solution are covered and pinpoint the risky parts. The Code Coverage window displays the percentage of statements that have been covered by unit testing for each namespace, type and member of your solution.
  • 3
    Scout APM Reviews
    Scout APM is an application performance monitoring tool that helps developers identify and fix performance problems before customers see them. Scout APM is a developer-centric UI that provides real-time alerting and trace logic that ties bottlenecks directly back to source code. This allows you to spend less time fixing bugs and more time building great products. With an agent that instruments only the dependencies you require, you can quickly identify, prioritize, or resolve performance issues - memory bloat and N+1 queries, slow databases queries, and many more - in a fraction of time. Scout APM was created by developers for developers. It monitors Ruby, PHP and Python as well as Node.js and Elixir applications.
  • 4
    OpenCppCoverage Reviews
    OpenCppCoverage, a tool that covers C++ under Windows, is an open-source code cover tool. It is used primarily for unit testing coverage. However, you can also use the tool to determine the executed lines of a program for debugging purposes. Visual Studio support. Visual Studio support. OpenCppCoverage will run your program without you needing to recompile it. HTML reporting, line coverage. Run as Visual Studio Plugin. Jenkins support and optimized build. A regular expression can be used to exclude a line. Coverage for child processes. Coverage aggregation allows you to run multiple code coverages and combine them into one report. Requires Windows Vista and higher. All editions, including the Express edition, require Microsoft Visual Studio 2008 or greater. It should also work with previous versions of Visual Studio. The Test Explorer window can be used to run the tests.
  • 5
    Xdebug Reviews
    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.
  • 6
    SmartBear AQTime Pro Reviews

    SmartBear AQTime Pro

    SmartBear

    $719 one-time payment
    Debugging should not be complicated. AQTime Pro converts complex performance and memory information into easily digestible and actionable insights that allow you to quickly identify the root cause of bugs. Code bugs can drain your life! AQTime Pro makes it simple to find and squash highly differentiated bugs. You can quickly find memory leaks and performance bottlenecks as well as code coverage gaps with just a few clicks using over a dozen profilers. AQTime Pro allows you to find and fix all bugs in one tool, so you can get back to writing high-quality code. Code profilers shouldn't limit you to a single framework or codebase. They can prevent you from finding performance bottlenecks and memory leaks as well as code coverage gaps that are unique to your project. AQTime Pro can be used across multiple codebases or frameworks in a project. It supports many languages, including C/C++ and Delphi,.NET and Java.
  • 7
    SourceDebug Reviews

    SourceDebug

    SourceDebug

    $49/user
    SourceDebug is a powerful, project-oriented programming editor, code viewer, and debugger. It helps you understand code as you work and plan. SourceDebug includes dynamic analysis for C/C++ and Objective-C. SourceDebug can debug applications with source code from different locations. SourceDebug allows you to edit, browse, compile, and debug both local and remote projects. It can be used to quickly learn existing code and to get up to speed with new projects. SourceDebug can parse your entire project and allow you to navigate and edit code with ease. It can jump to variables, functions, and include files easily. Smart Bookmark can store the location of your browser and play it back when necessary. Supports GDB and LLDB-MI debug via SSH, ADB Telnet, Rlogin, and Local Cygwin. GDB server debug is also possible. Show Quickwatch, Callstacks, Variables and Memory. Supported are Ftp, Sftp, and Local drives.
  • 8
    IDA Pro Reviews
    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.
  • 9
    GNU DDD Reviews
    GNU DDD is a graphical interface for command-line debuggers like GDBX, DBX and WDB. DDD is known for its interactive graphical data display. Data structures are displayed in graphs and it has other features than the usual front-end features. The FSF shop sells software that supports the principle of software independence. You will need the GNU Debugger (GDB), version 4.16 (or, depending on the program being debugged, other command-line debuggers like Ladebug, JDB or XDB), or the Perl debugger and bash debugger bashdb or the GNU Make debugger remake or the Python debugger pydb.
  • 10
    Coverage.py Reviews
    Coverage.py can be used to measure the code coverage of Python programs. It monitors your program and notifies you which parts have been executed. Then it analyzes the source code to find code that could have been executed. It is used to measure the effectiveness of tests. It can help you determine which parts of your code are being used by tests and which are not. Coverage run can be used to run your test suite, gather data, and run it again. You can run your test suite as usual, but your test runner can be run under coverage. If your test runner command begins with "python", replace it with "coverage run". To limit the coverage measurement to code in your current directory and to find files that were not executed, add the source argument (to your coverage command line). It will default measure line (or statement) coverage. It can also measure branch coverage. It can also tell you which tests were run on which lines.
  • 11
    TotalView Reviews
    TotalView debugging software gives you the specialized tools to quickly analyze, scale, and debug high-performance computing applications (HPC). This includes multicore, parallel, and highly dynamic applications that run on a variety of hardware, from desktops to supercomputers. TotalView's powerful tools allow for faster fault isolation, better memory optimization, and dynamic visualisation to improve HPC development efficiency and time-to market. You can simultaneously debug thousands upon thousands of threads and processes. TotalView is a tool that was specifically designed for parallel and multicore computing. It provides unprecedented control over thread execution and processes, as well as deep insight into program data and program states.
  • 12
    froglogic Coco Reviews

    froglogic Coco

    froglogic

    €124.17 per month
    Coco®, a tool for multi-language code coverage, is available. Automated source code instrumentation can be used to measure test coverage for statements, branches, and conditions. When a test suite is run against an instrumented application, data can be collected that can be later analyzed. This analysis can be used for understanding how much of the source code was touched by tests, which additional test suites need to be written, and how the test coverage has changed over time. Identify dead or untested code, redundant tests, and untested code. Identify the impact of a patch and code coverage. Coco supports branch coverage, statement coverage, MC/DC, and other levels. Linux, Windows, RTOS, and other platforms. GCC, Visual Studio and embedded compilers are all available. You can choose from text, HTML, XML and Cobertura report formats. Coco can also integrate with other build, test, and CI frameworks such as JUnit Jenkins, SonarQube, and SonarQube.
  • 13
    Xcode Reviews
    Introducing Xcode 12. Introducing Xcode 12. Xcode 12 creates Universal apps by default to work with Apple Silicon. This is often done without changing a single line. Designed for macOS Big Sur. Xcode 12 looks great in macOS Big Sur. It has a navigator sidebar that extends to the top of your window and clears new toolbar buttons. The default font size for the navigator is a larger one that's easier reading, but you can choose from multiple sizes. You can create a working set within your workspace by creating new document tabs. Document tabs. You can open a new tab by double-clicking, or track the file as you move around the navigator. To create a working set for your current task, you can arrange the document tabs and change how content is displayed within each tab.
  • 14
    JCov Reviews
    The JCov open source project is used for gathering quality metrics related to the production of test suites. JCov will be open to allow the verification of regression tests being executed in OpenJDK. JCov's main purpose is transparency in test coverage metrics. OpenJDK developers will have the opportunity to use a code-coverage tool that is in 'lock step with Java language and VM development. This is why we promote standard coverage based JCov. JCov, a Java implementation of a code-coverage tool, provides a way to measure and analyze dynamic Java program code coverage. JCov allows you to see uncovered execution paths and method coverage. It can also show the source code of a program annotated with coverage information. JCov is most useful for testing to determine execution paths.
  • 15
    HCL OneTest Embedded Reviews
    OneTest Embedded makes it easy to automate the creation and deployment component test harnesses. OneTest Embedded allows you to profile memory and performance, analyze code coverage, and visualize program execution behavior with just one click. OneTest Embedded also helps you be more proactive in debugging and assists in fixing any broken code. It allows for a virtual cycle to test generation and execution, as well as reviewing, reviewing, and testing improvement to quickly achieve full coverage. It takes just one click to build, execute on the target and generate reports. This helps to prevent program crashes and performance issues. It can also be modified to work with embedded software memory management methods. This provides insight on thread execution and switching, which allows for a deeper understanding of the behavior of the system being tested.
  • 16
    Google Cloud Debugger Reviews
    Real-time application debugging: Cloud Debugger, a Google Cloud feature, allows you to inspect the state of an application in real-time without it being stopped or slowed down. While you capture the call stack, variables and other locations in your source code, users are not affected. It can be used to analyze the state of your code and to understand its behavior in production.
  • 17
    Testwell CTC++ Reviews
    Testwell CTC++ is a powerful instrumentation-based code coverage and dynamic analysis tool for C and C++ code. CTC++ can also be used on Objective-C, Java, and C# code with certain add-on components. CTC++ can also be used with certain add-ons to analyse code on any embedded target machine, even in very small ones (limited RAM, no operating system). CTC++ provides Line Coverage, Statement Coverage, Function Coverage, Decision Coverage, Multicondition Coverage, Modified Condition/Decision Coverage (MC/DC), Condition Coverage. CTC++ is a dynamic analysis tool that displays the execution counters of the code (how many times it has been executed), i.e. CTC++ provides more information than just executed/not executed information. CTC++ can also be used to measure the execution cost of function functions (normally time) or to allow function entry/exit traceability at test time. CTC++ is simple to use.
  • 18
    Errsole Cloud Reviews
    Errsole is a bug-tracking solution that helps streamline logging and debugging for Node.js live apps. The platform offers various functionalities such as error tracking, slow request logging, and centralized logging. Errsole also provides real-time error notifications and daily summaries via Email or Slack. Additionally, the solution helps developers debug live applications directly from their web browsers. - Centralized Logging: Errsole centralizes all application logs from servers in one place. - Error Tracking: Errsole centralizes all application errors in one place for viewing and resolution. - Root Cause Analysis: With Errsole, developers can pinpoint the exact HTTP requests that caused errors. - Slow Request Logging: Errsole tracks and records slow HTTP requests in the application, enabling users to pinpoint and address performance bottlenecks. - Debugging: With Errsole Debugger, developers can debug live applications directly from their web browser. - Collaboration: Invite developers to the app, manage their permissions, and assign errors to individual developers.
  • 19
    NCover Reviews
    NCover Desktop is a Windows program that allows you to collect code coverage statistics for.NET services and applications. Desktop displays coverage metrics and charts in a browser-based GUI. This allows you to drill down to individual lines of source code. Bolt, a Visual Studio extension, is also available in Desktop. Bolt provides code coverage with built-in timings, timings, and source code highlighting directly within Visual Studio IDE. NCover Desktop is a significant leap forward in code coverage tools flexibility and ease. The NCover user can track the code coverage while they test their.NET code and get a precise measurement of the unit test coverage. These statistics can be tracked over time to give you a concrete measure of code quality throughout the development cycle.
  • 20
    Orbit Profiler Reviews
    Find performance bottlenecks quickly and visualize what's going on in complex C/C++ applications. Orbit is an independent profiler and debugging software for Windows and Linux. Its primary purpose is to assist developers in understanding and visualizing the execution flow of complex applications. Orbit provides a bird's-eye view of what's happening under the hood. This allows developers to better understand complex systems and quickly identify performance bottlenecks. Orbit will work on any C/C++ program, as long as the application has access to a Pdb file. As soon as Orbit is downloaded, you can start profiling. Orbit injects and hooks selected functions into the target process. It works on highly optimized final/shipping build. When you don't have a clue where to begin, sampling is a great way to get started. Orbit's sampler is fast, robust and "always-on". Orbit optimizes the workflow by combining dynamic instrumentation and sampling.
  • 21
    Seagence Reviews

    Seagence

    Seagence Technologies

    $52 per month
    Seagence's unique execution pathway technology, combined with machine learning, allows you to receive realtime alerts that pinpoint the root cause of any defects in your Java production applications. You can fix your code without any debugging. When you start your application, attach a lightweight runtime Java agent. Seagence agent tracks data about how requests are processed as users access the application. Seagence needs to have enough sample for analysis within 24 hours. Seagence's analytics engine receives the data in realtime. It detects defects and alerts when they occur. Seagence can uncover all defects in your application, even those that are not obvious. Seagence provides defect and root cause information to help you fix your code. Seagence monitors your production application continuously and finds defects and root causes in real-time. This eliminates the need to debug.
  • 22
    LangSmith Reviews
    Unexpected outcomes happen all the time. You can pinpoint the source of errors or surprises in real-time with surgical precision when you have full visibility of the entire chain of calls. Unit testing is a key component of software engineering to create production-ready, performant applications. LangSmith offers the same functionality for LLM apps. LangSmith allows you to create test datasets, execute your applications on them, and view results without leaving the application. LangSmith allows mission-critical observability in just a few lines. LangSmith was designed to help developers harness LLMs' power and manage their complexity. We don't just build tools. We are establishing best practices that you can rely upon. Build and deploy LLM apps with confidence. Stats on application-level usage. Feedback collection. Filter traces and cost measurement. Dataset curation - compare chain performance - AI-assisted assessment & embrace best practices.
  • 23
    Honeycomb Reviews

    Honeycomb

    Honeycomb.io

    $70 per month
    Log management. Upgraded Honeycomb. Honeycomb is designed for modern developers to help them understand and improve their log management. You can quickly query system logs, metrics, and traces to find unknown unknowns. Interactive charts provide the most detailed view against raw, high-cardinality data. You can set Service Level Objectives (SLOs), based on what users are most interested in, to reduce noise alerts and prioritize work. Customers will be happy if you reduce on-call time, ship code faster, and minimize the amount of work required. Find the cause. Optimize your code. View your prod in high-res.
  • 24
    Solidity Debugger Pro Reviews
    Free & Open Source. Cross-platform. Supports all EVM Blockchains Solidity Debugger Pro is a VS Code Extension that adds rich debugging features for Solidity projects. It supports all EVM compatible blockchains and allows developers to easily debug Smart Contracts locally or on a node forked. Sdbg provides native debugging for the popular Hardhat Framework.
  • 25
    Sentry Reviews

    Sentry

    Sentry

    $26 per month
    Developers can track errors and monitor performance to see what is important, find faster solutions, and continuously learn about their applications, from the frontend to backend. Sentry's performance monitoring can help you trace performance issues down to slow database queries and poorly performing api calls. Sentry's application performance monitoring is enhanced by stack traces. Identify performance issues quickly before they cause downtime. To see the entire distributed trace from end to end, you can identify the API call that is not performing well and highlight any errors. Breadcrumbs help you make application development easier by showing you the events that led to the error.
  • 26
    GoLand Reviews

    GoLand

    JetBrains

    $199 per user per year
    All Go developers, whether they are newbies or professionals, can use the on-the-fly error identification and suggestions to fix it. One-step undo and intelligent code completion are all available. Documentation hints and dead code detection are also available. It takes a lot of effort and time to understand legacy, team, and foreign projects. GoLand code navigation allows you to quickly switch between shadowed methods, implementations and usages. You can jump between files, types, and other symbols. You can also find their usages, and examine them with a convenient grouping by type. You can run and debug your applications with powerful built-in tools. You can create and debug tests with no additional plugins or configuration work, and you can test your applications directly in the IDE. The IDE includes a built-in Code Coverage tool to ensure that your tests do not miss any important information.
  • 27
    Arm DDT Reviews
    Arm DDT is the most widely used server and HPC debugger in academia, research, and industry for software engineers and scientists who develop C++, C, Fortran parallel, and threaded programs on CPUs and GPUs, Intel and Arm. Arm DDT is trusted for its ability to detect memory bugs and divergent behavior, enabling it to deliver lightning-fast performance on all scales. Cross-platform support for multiple servers and HPC architectures. Native parallel debugging for Python applications. Market-leading memory debugging. Outstanding C++ debugging support. Complete Fortran debugging support. Offline mode allows you to debug non-interactively. Large data sets can be visualized and handled. Arm DDT is a powerful parallel tool that can be used as a standalone debugger or as part the Arm Forge profile and debug suite. Its intuitive interface graphically allows for automatic detection of memory bugs at all scales and divergent behavior.
  • 28
    Jtest Reviews
    Maintain high-quality code while adhering to agile development cycles. Jtest's extensive Java testing tools will ensure that you code flawlessly at every stage of Java software development. Streamline Compliance with Security Standards. Ensure that your Java code conforms to industry security standards. Automated generation of compliance verification documentation Get Quality Software Out Faster Java testing tools can be integrated to detect defects faster and more efficiently. Reduce time and costs by avoiding costly and complicated problems later. Increase your return on unit testing. Create a set of JUnit test suites that are easy to maintain and optimize for code coverage. Smart test execution allows you to get faster feedback from CI as well as within your IDE. Parasoft Jtest integrates seamlessly into your development ecosystem and CI/CD pipeline for real-time, intelligent feedback about your testing and compliance progress.
  • 29
    OpenClover Reviews
    You should balance your time writing applications with testing code. The most advanced code coverage tool for Java or Groovy. OpenClover measures Java and Groovy code coverage and collects more than 20 code metrics. OpenClover not only shows you the untested areas of your app, but also combines coverage metrics to identify the most risky code. The Test Optimization feature shows you which test cases are related each class of your code. This feature allows OpenClover to run tests that are relevant to changes in your application code. This greatly reduces test execution time. Are testing getters and setters of value? Or machine-generated code. OpenClover is more flexible than other tools when it comes to defining the coverage measurement. You can exclude files, files, classes and methods as well as single statements. You can concentrate on testing the most important parts of your code. OpenClover records test results and measures code coverage for each test.
  • 30
    Rookout Reviews
    Rookout is a live data collection platform and debugging platform that allows software engineers to understand any application, no matter where it is running. This includes monolithic applications to cloud native ones. Rookout enables engineers to reduce debugging time and log time by 80%. This allows them to solve customer problems 5x faster. Software engineers can access the data they need instantly with Non-Breaking Breakpoints. This is without any additional coding, restarts or redeployment. Developers can extract the data they need from any line of code. This makes it easier to collaborate and facilitate handoffs.
  • 31
    NCrunch Reviews

    NCrunch

    NCrunch

    $159 per year
    NCrunch monitors your code coverage in real time, and displays this in markers right next to your code. This makes it easy for you to see where your coverage is lacking or high. NCrunch was built with complex large-scale projects in mind. The last 12 years have been spent optimizing and scaling NCrunch to meet the requirements of real-world systems with millions of lines and thousands of tests. NCrunch keeps track of all test data and provides you with the most relevant feedback as quickly as possible. The tests that have been affected by your code changes are prioritized for execution using high-performance IL-based change mapping. NCrunch can transfer build and test work to other computers. You can farm tasks to connected machines or scale up to the cloud. Developers can share processing resources, allowing teams to pool their testing resources.
  • 32
    PHPUnit Reviews
    PHPUnit needs the dom, json extensions. These extensions are usually enabled by default. PHPUnit also needs the reflection, pcre and spl extensions. These extensions are default enabled and cannot be disabled without patching PHP’s build system or C sources. To use the code coverage report feature, you will need to have the Xdebug (2.7.0 and later) and tokenizer extensions. The xmlwriter extension is required to generate XML reports. Unit tests are intended to be a good practice for developers to identify and fix bugs, refactor code, and serve as documentation for the unit of software being tested. Unit tests should cover all possible paths within a program to reap these benefits. A unit test typically covers one path within a function or method. A test method is not always an independent, encapsulated entity. There are often implicit dependencies between test method, which are hidden in the test's implementation scenario.
  • 33
    Mayhem Reviews
    Advanced fuzzing solution that combines guided and symbolic execution. This technology is patented by CMU. Mayhem, an advanced fuzz testing solution, dramatically reduces manual testing with autonomous defect detection. You can deliver reliable, secure software in a shorter timeframe, at a lower cost, and with less effort. Mayhem's unique advantage lies in its ability to continuously acquire intelligence about its targets. Mayhem's knowledge increases and it expands its analysis. This allows it to maximize its code coverage. All vulnerabilities reported are exploitable and confirmed risks. Mayhem provides detailed system-level information such as backtraces, memory logs and register state to assist in remediation efforts. This helps speed up issue diagnosis and fixes. Mayhem uses target feedback to automatically generate test cases -- no need for manual testing. Mayhem provides access to all its test cases, making regression testing easy and continuous.
  • 34
    Parasoft dotTEST Reviews
    You can save time and money by finding and fixing problems earlier. You can reduce the time and expense of delivering high quality software by avoiding costly and more complex problems later. Ensure that your C# and VB.NET codes comply with a wide variety of safety and security industry standards. This includes the requirement traceability required and the documentation required for verification. Parasoft's C# tool, Parasoft dotTEST automates a wide range of software quality practices to support your C# or VB.NET development activities. Deep code analysis uncovers reliability issues and security problems. Automated compliance reporting, traceability of requirements, code coverage and code coverage are all key factors in achieving compliance for safety-critical industries and security standards.
  • 35
    Code Intelligence Reviews
    Our platform uses a variety of security techniques, including feedback-based fuzz testing and coverage-guided fuzz testing, in order to generate millions upon millions of test cases that trigger difficult-to-find bugs deep in your application. This white-box approach helps to prevent edge cases and speed up development. Advanced fuzzing engines produce inputs that maximize code coverage. Powerful bug detectors check for errors during code execution. Only uncover true vulnerabilities. You will need the stack trace and input to prove that you can reproduce errors reliably every time. AI white-box testing is based on data from all previous tests and can continuously learn the inner workings of your application. This allows you to trigger security-critical bugs with increasing precision.
  • 36
    Codase Reviews
    Codase hosts a large number of open source codes, providing better coverage. It covers codes often hidden in compressed files and source control repositories that are difficult for general search engines to index. Codase also indexes and searches only high-quality codes. Every line of code is validated and compiled using an intelligent and powerful source code analysis engine. Codase, a privately owned company located in Silicon Valley, was founded by Dr. Huihong Luo along with other veterans. We are a group made up of passionate and innovative professionals with diverse business backgrounds, technologies and proven track records. Codase is the best source code search engine in the world, both in terms of performance, features and code coverage. Codase may be useful to developers, as we aim to improve your coding productivity.
  • 37
    blanket.js Reviews
    A seamless JavaScript code coverage library. Blanket.js, a JavaScript code coverage tool, is easy to install, use, and understand. Blanket.js is easy to use and can be customized to your specific needs. JavaScript code coverage complements your JavaScript tests by including code coverage statistics (which lines in your source code are covered) Parsing the code with Esprima and Node-falafel and instrumenting the file using code tracking lines. After the tests are completed, connect to hooks in test runner to get the coverage details. Grunt has been made to allow Blanket to be used as a code coverage tool. This allows you to create instrumented copies from physical files instead of live-instrumenting. PhantomJS runs the QUnit-based Blanket report without any input. The console displays the results. Grunt will fail if you don't meet any coverage thresholds.
  • 38
    Arm Forge Reviews
    You can build reliable and optimized code to achieve the best results on multiple Server or HPC architectures. This includes the latest compilers and C++ standard, as well as Intel, 64-bit Arm and AMD, OpenPOWER and Nvidia GPU hardware. Arm Forge combines Arm DDT (the leading debugger for efficient, high-performance application debugging), Arm MAP (the trusted performance profiler that provides invaluable optimization advice across native, Python, and HPC codes), and Arm Performance Reports, which provide advanced reporting capabilities. Arm DDT/Arm MAP can also be purchased as standalone products. Arm experts provide full technical support for efficient application development on Linux Server and HPC. Arm DDT is the best debugger for C++, C, and Fortran parallel applications. Arm DDT's intuitive graphical interface makes it easy to detect memory bugs at all scales and divergent behavior. This makes it the most popular debugger in academia, industry, research, and academia.
  • 39
    Istanbul Reviews
    Simple JavaScript test coverage. Istanbul instruments your ES5 JavaScript code with linecounters. This allows you to track how well your unit tests exercise your codebase. The nyc command line-client for Istanbul is compatible with most JavaScript testing frameworks (tap, mocha, AVA etc. First-class support of ES6/ES2015+ using babel-plugin-Istanbul. Support for JavaScript testing frameworks. Use the nyc command line interface to instrument subprocesses. It is easy to add coverage to your mocha test. Simply add the command nyc to your existing test command. The instrument command of nyc can be used to inspect source files in a context other than your unit tests. nyc can show you the Node processes that were spawned while running a test script. By default, nyc uses Istanbul’s text reporter. You can however specify an alternative reporter.
  • 40
    LuaCov Reviews
    LuaCov is a coverage analyzer that Lua scripts can use. A Lua script that has the luacov module loaded is executed. It generates a stats report with the number of executions for each line and the loaded modules. This file is processed by the luacov command-line script, which generates a report file that allows one to see which code paths were not followed. This file can be used to verify the effectiveness of a test set. LuaCov includes several configuration options, which have their defaults stored in src/luacov/defaults.lua. These are the global defaults. To use project-specific configuration, create a Luascript setting options as globals and returning a table with some options. Then store it as.luacov within the project directory where luacov is running. This config tells LuaCov, for example, that foo module and submodules must be covered. They are located in the src directory.
  • 41
    SimpleCov Reviews
    SimpleCov is a Ruby code coverage analysis tool. It uses Ruby's built in Coverage library to gather code data. However, it makes processing the results easier by providing an API to filter, group merge, format and display those results. This allows you to create a complete code coverage suite with just a few lines of code. SimpleCov/Coverage track covered ruby codes, but coverage for common templating options like slim, erb, and haml was not possible. You will want to see all coverage results for your projects. This includes all types of tests and Cucumber features. SimpleCov automatically handles this by caching and merging reports when creating them. This ensures that your report includes coverage across all your test suites, and gives you a better view of any gaps. SimpleCov must run in the same process as the code coverage analysis.
  • 42
    DeepSource Reviews

    DeepSource

    DeepSource

    $12 per user per month
    DeepSource allows you to automatically identify and fix bugs in your code during code reviews. This includes security flaws, anti-patterns and bug risks. It takes less that 5 minutes to create your Bitbucket or GitLab account. It works with Python, Go, Ruby and JavaScript.
  • 43
    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.
  • 44
    JaCoCo Reviews
    JaCoCo is a Java code coverage library that is free and open-source. It was created by the EclEmma group based on lessons learned from integrating libraries over many years. The master branch of JaCoCo can be automatically built and published. Every build is considered fully functional due to the test-driven development approach. For the most recent features and bug fixes, see the change history. SonarCloud.io provides SonarQube code quality metrics for the current JaCoCo implementation. Integrate JaCoCoCo technology into your tools. JaCoCoCo tools are available right out of the box. You can improve the implementation or add new features. There are many open-source Java coverage technologies. The Eclipse plug-in EclEmma was implemented. It was clear that none of them were designed for integration. They are usually only compatible with a specific tool (Ant Tasks, Command Line, IDE Plug-in), and don't offer an API that allows embedding into different contexts.
  • 45
    Lightrun Reviews
    You can add logs, metrics, and traces to production or staging directly from your IDE/CLI, in real time and on-demand. Lightrun can help you increase productivity and ensure 100% code-level observability. Lightrun allows you to insert logs and metrics even when the service is in progress. You can debug monolith microservices like Kubernetes and Docker Swarm, ECS and Big Data workers, as well as serverless. Quickly add a logline, instrument a measurement, or place a snapshot that can be taken on-demand. There is no need to recreate the production environment or redeploy. Once instrumentation has been invoked, data is printed to your log analysis tool, your editor, or an APM of choice. To analyze code behavior and find bottlenecks or errors, you can stop the running process. You can easily add large numbers of logs and snapshots, counters or timers to your program. The system won't be stopped or broken. Spend less time debugging, and more time programming. Debugging is done without the need to restart, redeploying, or reproduce.
  • 46
    Go Reviews
    It is now easier than ever to create services with Go thanks to the strong ecosystem of APIs and tools available on major cloud providers. Go allows you to create elegant and fast CLIs using popular open-source packages and a robust standard repository. Go powers fast, scalable web applications thanks to its enhanced memory performance and support of several IDEs. Go supports both DevOps as well as SRE with its fast build times and lean syntax. All you need to know about Go. Get started on a project or refresh your knowledge about Go code. Three sections provide an interactive introduction to Go. Each section ends with a few exercises that allow you to put what you have learned into practice. Anyone can use a web browser to create Go code that we instantly compile, link, then run on our servers.
  • 47
    Sourcery CodeBench Reviews
    Sourcery CodeBench is a powerful tool that allows embedded software engineers to develop and optimize software for a variety targets and domains such as Automotive, Connectivity and Graphics. Sourcery CodeBench is more than just a compiler. It provides developers with powerful open-source embedded C/C++ development tools that allow them to build, debug and optimize embedded software in heterogeneous architectures such as Arm, IA32 and MIPS. Eclipse-based IDE that allows workspace customization and project management. Enhanced source editor with syntax highlighting. Board Builder supports custom boards. This tool automatically generates debug configuration files and linker scripts based on a board’s memory map.
  • 48
    Jam Reviews

    Jam

    Jam

    $10 per month
    You already know how to use Jam if you've ever taken a screen capture or recorded a video. Jam automatically creates bug reports that include all the information engineers need. Jam creates better reports, no matter what tool you use. Share links to your bug report or send them directly into your favorite issue tracker. You can still benefit from your teammates, whether or not they have signed up. Jam contains everything an engineer requires to debug. We have eliminated the need for follow-up calls in order to share additional context. All they need is there. Perfect bug reports Every time No more back-and-forth. Integrates tightly with all your favorite issue trackers and tools. It's as easy as taking a screen shot. Trusted by hundreds of thousands of teams in companies. Report bugs instantly without disrupting your workflow. Jam supports developers in the code review and test cycles by capturing diagnostic data, and replaying the bug instantly to identify what needs fixing.
  • 49
    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.
  • 50
    HttpWatch Reviews

    HttpWatch

    Neumetrix

    $395 one-time payment
    You can become a web performance and debugging guru by using the best in-browser HTTP sniffer. You can debug network traffic generated by a website directly from your browser, without needing to use a separate tool. You can accurately measure the network performance of a website and identify opportunities to improve it. Even with encrypted HTTPS traffic, no additional configuration or proxy is required. You can quickly identify weak SSL configurations or other security-related issues in your web server. Anyone can download the Basic Edition for free to receive full log files that will help you remotely diagnose problems or issues with performance. The HttpWatch API allows you to gather performance data from automated website tests. HttpWatch integrates Chrome, Edge, and Internet Explorer browsers to show the HTTP and HTTPS traffic generated when you access a website. HttpWatch allows you to select a request and all the information you need is displayed in a tabbed browser.