Software Alternatives & Reviews

Xdebug VS Codeception

Compare Xdebug VS Codeception and see what are their differences

Xdebug logo Xdebug

Xdebug - Debugger and Profiler Tool for PHP

Codeception logo Codeception

Codeception is a new full-stack testing PHP framework.
  • Xdebug Landing page
    Landing page //
    2021-10-04
  • Codeception Landing page
    Landing page //
    2022-08-03

Xdebug

Categories
  • IDE
  • Text Editors
  • Software Development
  • Code Collaboration
Website xdebug.org
Details $

Codeception

Categories
  • Browser Testing
  • Testing
  • Website Testing
  • Automated Testing
Website codeception.com
Details $

Xdebug videos

Xdebug 3: Setting up Apache, PHP, VS Code, and Xdebug in 10 minutes

More videos:

  • Review - Derick Rethans " What's New in Xdebug"
  • Review - Debugging With PhpStorm And Xdebug | Christoph Rumpel | phpday 2021

Codeception videos

Our First Acceptance Test [6/24] Codeception & Symfony2

More videos:

  • Tutorial - How to Run Codeception Tests [5/24] Codeception & Symfony2
  • Review - Bootstrapping Codeception [2/24] Codeception & Symfony2

Category Popularity

0-100% (relative to Xdebug and Codeception)
Text Editors
100 100%
0% 0
Automated Testing
0 0%
100% 100
IDE
100 100%
0% 0
Browser Testing
0 0%
100% 100

User comments

Share your experience with using Xdebug and Codeception. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Xdebug should be more popular than Codeception. It has been mentiond 18 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Xdebug mentions (18)

  • Maximizing Laravel's potential: Strategies for high-performance optimization
    Code profiling: Code profiling involves measuring the performance of your code by analyzing the execution time and memory usage of specific functions or methods. You can use a tool like Xdebug or Blackfire to perform code profiling on your Laravel application. To use Blackfire, ensure that your environment meets the following requirements:. - Source: dev.to / 2 months ago
  • 8 Essential Tools Every PHP Developer Needs
    xDebug is a powerful PHP debugging and profiling tool. Integrated with many IDEs, it can be used for step-by-step debugging, setting breakpoints, and real-time value inspection, making the debugging process more efficient. (xDebug is already built into ServBay, no need for separate installation). - Source: dev.to / about 2 months ago
  • Installing PHP Unit
    It is necessaire to active Xdebug on your PHP. More details on Xdebug official documentation. - Source: dev.to / 10 months ago
  • Docker environment for WordPress development
    Is a Docker WordPress Environment focused on the development of WordPress plugins and themes, supports WP-CLI, phpMyAdmin, Xdebug and WordPress Coding Standards - WPCS. - Source: dev.to / 10 months ago
  • Moving from Java to PHP Project
    I've gotten a lot of mileage out of Psalm, a static analysis tool that can help you identify potential bugs and things that might not be considered best practice, and XDebug, a debugging and profiling extension for PHP. Source: over 1 year ago
View more

Codeception mentions (8)

  • Any pro-tips for writing automated tests with Selenium PHP?
    Personal experience: - don’t use Behat unless you really needed a “story telling”, it has a intermediate layer Gherkin that you’ll need to code. You can write “Given/When/Then” steps but you’ll also need to write “php code” that will interpret this step. - using real browser be prepared for instability - any interaction with JavaScript can broken/delay execution - be prepared that this tests are call functional... Source: 12 months ago
  • PHPUnit, do i need to learn it?
    Codeception: https://codeception.com/. Source: over 1 year ago
  • Advice for an older symfony 4.4 project
    I would say to check out Codeception. Codeceptions has modules for Symfony and database generally. Long and short of it is that if you want you can run api tests that go into the controllers and rollback the database afterwards. Source: over 1 year ago
  • Automating Tests using CodeceptJS and Testomat.io: First Steps
    There are enough blog posts about Jest or Cypress already, so let me introduce Codecept. It comes in two flavors. There is Codeception for PHP, and there is CodeceptJS for JavaScript which we will be using here. - Source: dev.to / over 1 year ago
  • Testing PHP Applications
    There are many tools you can use for this purpose, but one I particularly like is CodeCeption. What I like most about it is that it's a unified tool that can be used to perform several types of tests, acceptance being one of them. - Source: dev.to / over 1 year ago
View more

What are some alternatives?

When comparing Xdebug and Codeception, you can also consider the following products

Visual Studio Code - Build and debug modern web and cloud applications, by Microsoft

PHPUnit - Application and Data, Build, Test, Deploy, and Testing Frameworks

Codecov - Develop healthier code using Codecov's leading, dedicated code coverage solution. Try it free

PEST - An elegant PHP testing framework with a focus on simplicity

Netbeans - NetBeans IDE 7.0. Develop desktop, mobile and web applications with Java, PHP, C/C++ and more. Runs on Windows, Linux, Mac OS X and Solaris. NetBeans IDE is open-source and free.

Selenium - Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that.