Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
91 views

Cloudlinux Opcache (disabled) This situation has me scratching my head, so hopefully someone can shed some light. I have Xdebug working on a cPanel/WHM server hosted site using PhpStorm as the IDE and ...
Websnail's user avatar
0 votes
1 answer
55 views

I have Laravel Sail installed in WSL, and I'm trying to debug the application using Xdebug. This only works if I enter the WSL IP address directly into the browser (http://172.17.170.44:8000). If I ...
Nitram Nekonečný's user avatar
1 vote
0 answers
101 views

I'm trying to use Xdebug in VSCode. It seems Xdebug is running but I can't get VSCode to hit on the breakpoints I set. In the logfile (see below) it shows some kind of mismatch between files in which ...
CriticalMax's user avatar
0 votes
0 answers
71 views

I'm experiencing a strange debugging issue with my Symfony web application where Xdebug causes a crash, but manually evaluating the same code works fine. Problem Description When debugging my Symfony ...
Simon P's user avatar
  • 380
0 votes
2 answers
104 views

My stack is nginx + php php-fpm + xDebug + PHPStorm I have put at the very beginning of my index.php echo "foobar"; exit; and placed a breakpoint on the very first line. If I run the script ...
Paolo's user avatar
  • 15.9k
0 votes
0 answers
58 views

Wondering if anyone can explain this. I have Netbeans 23, using XDebug 3. I find that it works on some of my projects but not on others. What I mean by that is when you hit "Run" (F5) on ...
Josh's user avatar
  • 31
0 votes
0 answers
58 views

I had Xdebug working on my MAMP Free installation but decided to purchase the full software. I saw in the menu unlike the free version I could enable Xdebug, so I did so, however the connection isn't ...
Angela Hornung's user avatar
0 votes
1 answer
104 views

While updating my PHP dev environment by updating PHP and Xdebug versions, I encountered this error "ERR_CONNECTION_RESET" while debugging. Context: debugging a PrestaShop project. Old ...
AJoe16's user avatar
  • 734
0 votes
0 answers
82 views

I'm using Xdebug v3.4.0 (with PHP 8.3.9). I get this error for every request. I tried other Xdebug versions but still got the issue. Here my php.ini : [XDebug] zend_extension = xdebug xdebug.mode=...
Dev Th's user avatar
  • 29
0 votes
0 answers
70 views

I've got the Xdebug plugin working with Sublime Text 3 (as well as the SFTP plugin), and I can successfully set breakpoints and have the Xdebug Context pane populate with every variable in my phpBB ...
shortmort37's user avatar
0 votes
1 answer
88 views

As title says, cant hit breakpoints if I run docker compose without sudo. When I run sudo docker compose up --build, everything works. When I run docker compose up, I can access my web app on htpp://...
Gustavo Botti's user avatar
0 votes
1 answer
141 views

I've enabled xdebug in a docker container but see the following in the log: server-1 | [18] Log opened at 2025-03-07 12:42:03.355682 server-1 | [18] [Config] INFO: Control socket set up ...
theking2's user avatar
  • 3,100
4 votes
1 answer
1k views

So PhpStorm suggest the Xdebug Helper Chrome extension for debugging with Xdebug. However the extension is no longer supported in the Chrome store and has been turned off with the recommendation of ...
Felicia Wilkes's user avatar
0 votes
0 answers
42 views

I have a strange behavior with my VSCode debugger. I had to update my docker desktop and it nuked all my containers. after updating,reinstalling and setting up my Laravel containers my XDebug ...
NeverSummer70's user avatar
1 vote
0 answers
73 views

I tried to set up a php debug-session using CodeLite and XDebug following the instructions at: https://docs.codelite.org/debuggers/xdebug/ But when I try to connect, the output stucks and CodeLite ...
hypnoticum's user avatar
1 vote
1 answer
124 views

I'm having real issues trying to pass variables into my docker container to dynamically update my xdebug.ini file; I have the following simple docker-compose.yml services: php: container_name: ...
BigJobbies's user avatar
  • 4,095
0 votes
0 answers
47 views

I am using the WooCommerce Product Sync plugin, and I am working with the following two filters to modify product data during synchronization: https://wptrio.com/guide/woocommerce-product-sync-hooks-...
wharfdale's user avatar
  • 772
1 vote
1 answer
59 views

I have Xdebug working with PhpStorm and all is good, however, when I'm debugging code it also runs a debug session for others using the server. Is it possible to define an IP address or IP range for ...
Alex Monaghan's user avatar
0 votes
1 answer
341 views

I am using Yii2 with Firebird and a quite old Yii2 plugin for the Firebird https://github.com/edgardmessias/yii2-firebird. I have no errors during runtime, but Xdebug session stops with: Deprecated: ...
TomR's user avatar
  • 3,364
0 votes
0 answers
135 views

I am trying to get Xdebug to work for a Laravel application in PhpStorm. I have Xdebug installed but not sure how to configure it in this instance. Usually the instance will run in Docker but I'm not ...
Dubby's user avatar
  • 2,432
0 votes
0 answers
40 views

I have two separate projects: one is my web app itself and other one is Selenium + Java automation tests for my app and we have docker setup. Is there any way to measure code coverage using Xdebug ...
Swapnali's user avatar
2 votes
1 answer
334 views

I am developing a PHP application hosted on Apache installed through XAMPP 3.3, on Windows. I have the XDebug 3.x extension set up in VS Code and debugging works perfectly fine. My launch.json entry ...
andynewman's user avatar
1 vote
1 answer
55 views

I'm using this dockerfile to create an image with all the needed php extensions #Imagen base de PHP 8.2 con Apache y Xdebug 3 FROM php:8.2-apache # Instalar dependencias de AMQP, Xdebug, y ...
user3447780's user avatar
1 vote
1 answer
236 views

Problem with Xdebug in Docker Automatically Occupying Port 9003 First of all, I apologize if this post violates any site rules. I don’t post here often, so I may miss some details. I’m also in a bit ...
Daniel Lacerda's user avatar
1 vote
1 answer
78 views

I hope someone can save me from drinking and banging my head against the wall ;) I am trying to use PHPstorm instead of VScode to have a complete out-of-the-box solution. I can't get xdebug to work; I ...
JustMe's user avatar
  • 37
3 votes
1 answer
611 views

Context I have a problem with my PHP website. To solve it, I want to step through the code. I am on a Windows machine using VSC as IDE. PHP runs in a docker container in parallel to an nginx container....
andymel's user avatar
  • 6,048
0 votes
0 answers
33 views

I have NetBeans 21 installed (yes I know it's a little old but I don't believe that's the issue) with PHP and Xdebug. I've got a situation where the debugger will start on one project but not on ...
Josh's user avatar
  • 31
0 votes
1 answer
2k views

I've read most all of the posts about setting up PHP Xdebug for VS Code but no solution for me. I've installed VS Code on a new laptop (that's relevant because I know what else is installed and there ...
john murray's user avatar
0 votes
1 answer
132 views

I have this in php.ini: extension=php_xdebug-3.4.0beta1-8.2-vs16-x86_64.dll xdebug.mode=debug ;xdebug.mode=coverage xdebug.start_with_request=trigger xdebug.client_host=127.0.0.1 xdebug.client_port=...
John Smith's user avatar
  • 6,259
1 vote
1 answer
202 views

I set up PHPUnit to work with two different namespaces in a non-Laravel project, and it works perfectly. This is the folder structure of my working example: ├── docker-compose.yml ├── Dockerfile ├── ...
Adam's user avatar
  • 29.6k
0 votes
0 answers
39 views

When generating code coverage through Xdebug (PHP), it always asks me to configure the filter, however when editing phpunit.xml, it tells me that filter is an unexpected element. Current: <phpunit ...
Eco Proyect's user avatar
0 votes
0 answers
79 views

This is my launch.json { "name": "Remote listen for Xdebug", "type": "php", "request": "launch", "port": 26357, "...
Daviid's user avatar
  • 1,601
0 votes
0 answers
74 views

I have a Laravel project running inside Docker container on WSL2. Xdebug.log shows successful connection: Connected to debugging client: host.docker.internal:9003. When I set a breakpoint and try to ...
user23795089's user avatar
0 votes
1 answer
349 views

For PHP development I'm using a docker LAMP image and configured XDebug inside Apache so it is running. On the host system I'm using Ubuntu with VSCode (version 1.95.1) When Xdebug is hitting the ...
Bjoerg's user avatar
  • 1,341
0 votes
0 answers
54 views

Alright, first off.. This is my first StackOverflow post, so please let me know if anymore information is needed or if anything is done incorrectly. I am working on a website that has a REST API on ...
Zoë van den Berg's user avatar
1 vote
1 answer
170 views

I'm working on a Laravel 10 (with PHPUnit 10 and Xdebug 3) project in which business logic has been split into modules: at the app/ directory level is the modules/ directory where resides modules code ...
fudo's user avatar
  • 3,034
0 votes
1 answer
133 views

I'm currently stuck in how to debug logic that is written inside a Volt component. I use VSCode as IDE and Xdebug to debug the program. Setting up a breakpoint in regular PHP file is easy (thanks for ...
vynhart's user avatar
0 votes
0 answers
49 views

I have a code in PHP that edits a text file. The Xdebug stops at a breakpoint (first line of the code). The first line is nothing to do with writing to a file or anything. Then, I press the stop ...
taka11110010's user avatar
2 votes
1 answer
108 views

I installed php-xdebug on my Debian 12 VM. When I run xdebug_info(), the PHP Build Configuration reports different versions of PHP for Run Time and Compile Time. Version (Run Time) = 8.3.12 Version (...
Jim Diroff II's user avatar
1 vote
2 answers
437 views

When I use Xdebug with VSCode (and the PHP Debug extension) locally on my Windows host, it works fine. But when I try to use Xdebug on a docker/podman container, it doesn't work - it won't stop on ...
pileup's user avatar
  • 3,462
0 votes
0 answers
190 views

I have a Laravel backend application and Vue.js 2 frontend application running on Laravel Valet, with SSL enabled. I’ve set up Xdebug with PHP 8.2, and everything works as expected. When I test API ...
Ahmed Bermawy's user avatar
1 vote
0 answers
70 views

Guess this theme repeated here 1000 times, but I didn't find why VSCode cannot debug PHP code. Latest VSCode with all required PHP extensions (PHP Debug also). Windows 11. php --version: PHP 8.3.9 (...
vbulash's user avatar
  • 395
1 vote
1 answer
223 views

I'm trying to debug my app in a remote server. The remote server is a QNAP NAS, runs Apache and has Xdebug installed. 99-xdebug.ini [xDebug] extension = xdebug xdebug.mode = debug,develop xdebug....
Daviid's user avatar
  • 1,601
1 vote
0 answers
665 views

I'm using this Dockerfile FROM php:8.3-apache RUN pecl install xdebug-3.3.2 && docker-php-ext-enable xdebug RUN apt-get update && apt-get install -y \ libfreetype6-dev \ ...
user3447780's user avatar
1 vote
0 answers
66 views

I'm using Xdebug in VSCode on Windows 10. When I debug PHP source using Xdebug, Character Encoding for Exception Message is weird. My Source File Encoding is UTF-8, and php.ini configuration is also ...
Jay Lee's user avatar
  • 67
-1 votes
2 answers
359 views

I am running VS Code. I have PHP installed locally, Composer installed locally and the VS Code Composer plugin installed in VS Code. From VS Code terminal, I pulled the GitHub master project and the ...
rolinger's user avatar
  • 3,196
0 votes
2 answers
624 views

I'm trying to setup debugging for a Laravel app running on my machine (via Herd). The initial server configuration looks like this: Then I hit "Start Listening to PHP Debug connections" in ...
Miraj Mohajireen's user avatar
-1 votes
1 answer
180 views

In order to solve another problem, I want to manually provide certain configuration options for the Run Debug configuration. In PhpStorm, at Settings > PHP > Debug > Settings there is a flag ...
k0pernikus's user avatar
  • 67.6k
-1 votes
2 answers
683 views

On Windows 11, I use PhpStorm. The PHP script is executed through a Ubuntu instance via the WSL (Windows Subsystem for Linux) within PhpStorm. I use php8.3 and xdebug-3. Xdebug seems loaded as: ...
k0pernikus's user avatar
  • 67.6k
1 vote
1 answer
114 views

I set up a remote Xdebug to work through the SSH tunnel. Everything works perfectly, but if I eventually drop the SSH connection (lost internet connection, switch VPNs or just close the laptop screen) ...
Movs's user avatar
  • 391

1
2 3 4 5
72