Questions tagged as 'xdebug'

2
answers

Xdebug in Xampp

I'm having trouble activating xdebug in xampp, since I can not find the directives in xampp to configure xdebug. How do I add the xdebug extension in xampp's php.ini?     
asked by 02.10.2016 / 22:08
1
answer

Composer with XDEBUG - PHP

I have XDEBUG installed on my PHP . In this scenario, when composer installation is done, I get an error message about runtime performance, according to the picture below: Myquestioniswhatisthescopeofthisperformancedrop?Itwouldonlybeinc...
asked by 18.06.2016 / 21:55
1
answer

Run Xdebug on netbeans to debug Codeigniter

I'm trying to debug an app in codeigniter through xdebug on Netbeans. However when I run my app in debug mode, I can not get to my controllers or any breakpoints after the first line of codeigniter index.php. I am running codeigniter 3.0 on x...
asked by 08.07.2016 / 19:08
1
answer

Why does Debugger skip line with header, not going to the link?

When I start the php7.0 CLI debugger with this php.ini configuration: ;extension=php_soap.dll ;extension=php_sockets.dll ;extension=php_sqlite3.dll ;extension=php_tidy.dll ;extension=php_xmlrpc.dll ;extension=php_xsl.dll extension=pdo.so exten...
asked by 25.10.2017 / 17:53
0
answers

Configure xdebug phpstorm

I have Xampp + xdebug installed and working on netbeans, however I started to use the phpstorm ide and it does not work at all my php.ini looks like this: [XDebug] zend_extension = "php_xdebug.dll" zend_extension_ts = "./php/ext/php_xdebug.dll...
asked by 21.12.2016 / 22:15
1
answer

How to debug PHP through Sublime Text 3?

What process to debug PHP by Sublime Text 3 ? I've read in some places that you should use Xdebug , but most of the procedures I've seen have not worked. Note: My system is Ubuntu and I'm using PHP 7 .     
asked by 22.04.2017 / 06:54
1
answer

How to enable debug () in PHP? [closed]

I'm having trouble trying to use the debug(); function in PHP . In the log of apache the following error appears:    PHP Fatal error: Uncaught Error: Call to undefined function debug () in / var / www / html / ... auto...
asked by 04.01.2018 / 18:17
1
answer

How to make the IDE communicate with xDebug inside a container (docker)?

I have a container network created with docker-compose . The xDebug settings are passed in part by the .yml file and partly by a .ini file consumed by PHP. I know xdebug is installed correctly in the container because it a...
asked by 13.03.2017 / 04:28
0
answers

How to Debug Laravel 5.2 on the MAC using X-Debug? [closed]

I have tried everything and so far I can not debug Laravel 5.2 on MAC any light?     
asked by 06.03.2017 / 20:45
1
answer

How to pass a parameter in a GET verb when using xdebug - NetBeans

I have a mySite.com/api/v1/listUsers.json.php page that will return a list of users to be consumed in an app. However I would like to take advantage of this same page and create the following condition for development personnel: if a vari...
asked by 30.10.2016 / 20:35