Average Ratings 0 Ratings
Average Ratings 0 Ratings
Description
Xdebug is a powerful PHP extension that enhances the development workflow by offering various tools and functionalities. It allows developers to step through code in their integrated development environment as scripts run, making debugging much easier. The extension provides an enhanced version of the var_dump() function and delivers stack traces for notices, warnings, errors, and exceptions, clearly indicating the path leading to issues. Additionally, it logs all function calls, including arguments and their locations, to the disk, and can be configured to also record every variable assignment and return value for each function. This feature set enables developers, with the aid of visualization tools, to thoroughly examine the performance of their PHP applications and identify any bottlenecks. Moreover, Xdebug reveals the sections of code that are executed during unit testing with PHPUnit, aiding in better test coverage. For convenience, installing Xdebug via a package manager is typically the quickest method; simply replace the PHP version with the version you are currently using. You can also install Xdebug using PECL on both Linux and macOS, utilizing Homebrew for a streamlined setup process. Overall, Xdebug significantly enhances PHP development by providing essential debugging tools and performance insights.
Description
Cloverage defaults to using clojure.test for testing, but you can switch to midje by including the --runner :midje option. Previously, in older releases of Cloverage, it was essential to enclose midje tests within clojure.test's deftest, but that requirement has been removed in the latest versions. If you wish to utilize eftest, simply provide the --runner :eftest flag. Additionally, you have the option to customize the runner by specifying :runner-opts with a map in your project settings. It's worth noting that other testing libraries might offer their own integrations with Cloverage beyond what is provided here, so be sure to consult their documentation for more information. Overall, this flexibility allows you to tailor your testing environment to better suit your development needs.
API Access
Has API
API Access
Has API
Integrations
Codecov
CircleCI
Clojure
Gzip
Homebrew
PCOV
PHP
PHPUnit
Travis CI
XML
Integrations
Codecov
CircleCI
Clojure
Gzip
Homebrew
PCOV
PHP
PHPUnit
Travis CI
XML
Pricing Details
Free
Free Trial
Free Version
Pricing Details
Free
Free Trial
Free Version
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Vendor Details
Company Name
Xdebug
Founded
2002
Country
United States
Website
xdebug.org
Vendor Details
Company Name
cloverage
Website
github.com/cloverage/cloverage