Asigri Shamsu-Deen Al-Heyriamdeen.hashnode.dev·Nov 4, 2024Tracing Appwrite’s Authentication FeatureA debugger is a tool that helps you see if your code is functioning as intended. It allows you to pause and inspect your code during execution. Think of it as freezing time to examine what's happening inside your program. Xdebug is one such debugger ...Discuss·1 likedebugging
Steve Hamastv99.hashnode.dev·Aug 30, 2024How to set up Xdebug 3 and Webgrind for PHP 8Debugging and profiling apps is something that's often overlooked in a developer workflow, especially since it's one of the more tedious and less exciting things to do, but it can be a crucial step to understanding a bug or performance issue. Xdebug ...Discusswebgrind
Antonio Silvaantoniosilva.hashnode.dev·Jan 31, 2024How to install and configure Xdebug in linuxXdebug is an extension for PHP and provides a variety of features to improve the PHP development experience. Installation Installing Xdebug with a package manager is usually the quickest way. Depending on your distribution, run the following command ...DiscussPHP
Erdem Köseerdemkose.hashnode.dev·Aug 18, 2023Profiling in PHP: A Comprehensive Guide to Optimize PerformanceIntroduction As PHP applications grow in size and complexity, performance optimization becomes increasingly important. Profiling is a technique used to identify and analyze the performance of code, helping developers identify bottlenecks and improve ...Discuss·37 readsPHP
Mohammed Essaid MEZERREGdevmind.mohessaid.com·Jul 12, 2023Configure Xdebug with Lando and VS CodeI am documenting this to avoid wasting time on this issue. You can find all the details from Lando's official documentation in the following link. I have been using Ubuntu for the last six years or so. As you may have guessed, this tutorial will assu...Discuss·27 readsXDebug
William Kanthe-dog-can-blog.hashnode.dev·Jun 5, 2023Setup Xdebug with Drupal-9 using DDEV and Docker Desktop, as well as db importNote for future self, a process for getting Xdebug on a Drupal-9 fresh install. Pre-requisites / assumptions Using MacOS Docker Desktop is already installed and setup: if not head here -> https://ddev.readthedocs.io/en/latest/users/install/docker-i...DiscussDrupal
Robertohi-folks.hashnode.dev·Mar 5, 2023Start with debugging PHP codePHP has an excellent and mature ecosystem that also includes reliable and practical tools for improving the quality of one's code. Some "code quality" tools are for checking and correcting code to follow specific standards, others are useful for stat...Discuss·1 like·378 readsDebuggingFeb
Michael Etokakpanblog.michaeltech.xyz·Jan 27, 2023Configuring PHP for debugging using Xdebug and VScodeEvery good developer knows that in the process of software development, the ability to debug the application properly plays a vital role in the overall software delivery cycle, even for newer developers a lot is learned simply by debugging code. In t...Discuss·3 likes·130 readssoftware development
ScriptMintlaravelvuejs.com·Nov 28, 2022Installing Xdebug 3 on MacOS and Debug in VS CodeI always found setting up Xdebug as one of the most difficult job. But today, I did it under 5 minutes. Hi, I am a Full Stack Developer working with Laravel, Vue.js & Tailwind CSS. If you don't use right tool for debugging, you may end up spending y...Discuss·1 like·67 readsPHP