Most voted "xdebug" questions
19 questions
Sort by count of
-
3
votes1
answer567
viewsComposer with XDEBUG - PHP
I have XDEBUG installed in my PHP. In this scenario, when doing a Composer installation I get an error message about Runtime performance, according to the photo below: My question is, what is the…
-
3
votes2
answers2715
viewsXdebug in Xampp
I’m having trouble activating Xdebug in xampp, since I can’t find the directives in xampp to configure Xdebug. How do I add the Xdebug extension in xampp php.ini?
-
3
votes0
answers398
viewsConfigure Xdebug phpstorm
I have Xampp + Xdebug up and running in netbeans, however I started using the ide phpstorm and it doesn’t work at all my php.ini is like this: [XDebug] zend_extension = "php_xdebug.dll"…
-
2
votes1
answer408
viewsRun Xdebug in netbeans to debug Codeigniter
I’m trying to debug an app in codeigniter via Xdebug in Netbeans. However, when running my app in debug mode, I can’t reach my controllers or any breakpoints after the first line of codeigniter…
-
2
votes1
answer3814
viewsHow to debug PHP by Sublime Text 3?
What is the process for debug PHP for Sublime Text 3? I read in some places that the Xdebug, but most of the procedures I saw didn’t work. Note: My System is Ubuntu and I’m using PHP 7.…
-
2
votes1
answer63
viewsWhy Debugger jumps line with header, not going to the link?
When I start Debugger php7.0 CLI with this php.ini setting: ;extension=php_soap.dll ;extension=php_sockets.dll ;extension=php_sqlite3.dll ;extension=php_tidy.dll ;extension=php_xmlrpc.dll…
-
1
votes1
answer28
viewsHow to pass a parameter in a GET verb when using Xdebug - Netbeans
I have a page mySite.com/api/v1/listUsers.json.php that will return a list of users to be consumed in an app. But I would like to take advantage of that same page and create the following condition…
-
1
votes0
answers41
viewsHow to Debug Laravel 5.2 on MAC using X-Debug?
I’ve tried everything and so far I can’t debug Laravel 5.2 on MAC any light?
-
1
votes1
answer152
viewsHow do IDE communicate with Xdebug inside a container (Docker)?
I have a network of containers created with docker-compose. The Xdebug settings are passed in part by the file .yml and in part by an archive .ini consumed by PHP. I know that Xdebug is installed…
-
1
votes1
answer874
viewsHow to enable debug() in PHP?
I’m having trouble trying to use the function debug(); in the PHP. In the log of apache appears the following error: PHP Fatal error: Uncaught Error: Call to Undefined Function debug() in…
-
1
votes0
answers143
viewsXdebug container does not connect with Visual Studio Code
I am having problems trying to debug an application that is running in a container using Xdebug. Apparently, Xdebug does not connect to my IDE even though I am listening to port 9001. I am using…
-
1
votes0
answers93
viewsProblem with Xdebug in vsCode
Until yesterday it worked normal, now it is always returning this error in the middle of the process in the debug console: XDebugError: command is not available at new Response…
-
1
votes1
answer58
viewsPHP xdebug3 with Docker in Ubuntu 20.04 does not work
Good afternoon Devs all right, I’m having trouble trying to run Xdebug with Docker on Ubuntu 20.04. Below follows my config. Docker-Compose.yml version: '3.7' networks: supervisao: services: nginx:…
-
0
votes1
answer314
viewsXdebug - xampp php7
Good afternoon guys, I researched several places on how to activate Xdebug and found some solutions, but none of them worked here. The simplest way I’ve ever used is to uncheck the ; from the…
-
0
votes1
answer452
viewsXDEBUG configuration in PHP.ini ( Cakephp, Appserv - Apache2.4, Netbeans)
My friends, good afternoon I’m new to the piece, I mean, in the PHP development area and I’m making the settings to debug an application in Cakephp 2.6. I followed all the XDEBUG documentation,…
-
0
votes0
answers42
viewsXdebug.overload_var_dump (configuration removed in Xdebug 3) and now?
The configuration of Xdebug.overload_var_dump removed in the Xdebug 3, in the documentation appears Xdebug.overload_var_dump Has been Removed. PHP’s var_dump() is now Always overloaded through…
-
0
votes0
answers10
viewsXdebug return http calls
Good afternoon. I have Xdebug configured in PHPSTORM and it is working, the problem is when my application needs to make some HTTP request, it goes between the breakpoints until the call, after that…
-
0
votes0
answers90
viewsXdebug with Vscode and Docker on Windows not working
I’m trying to use Xdebug in my project but it just doesn’t work, doesn’t stop at any breakpoints and doesn’t give any error message. I’ve tried all the options on the internet, including here at…
-
-3
votes1
answer48
viewsHow to map Xdebug in Vscode to a vhost?
I have a project that’s coming from the SD Card: /Volumes/SDCARD/sd_projects/sistema-news/sistema-news-web/ Xdebug works when I have a file at the root of the localhost directory:…