xdebug

VS Code Debugger - Felix Becker - Debugger doesn't hit anything

自古美人都是妖i 提交于 2021-01-20 09:08:39
问题 I have recently installed php debugger by Felix Becker. No matter whatever config settings I do, my debugger is not hitting anything. Following are my conf files. xdebug.ini [xdebug] ; debug xdebug.default_enable = $value xdebug.remote_autostart = $value xdebug.remote_connect_back = 0 xdebug.remote_host = $value xdebug.remote_port = $value xdebug.remote_enable = 1 xdebug.idekey = $value ; profiling xdebug.profiler_enable = 0 xdebug.profiler_output_dir = /tmp zend_extension=xdebug.so Launch

XDebug stopped working in PHPStorm

╄→гoц情女王★ 提交于 2020-12-28 18:51:10
问题 I've been beating my head against this for hours. I've come back to do some work in PHPStorm after not having used it in a couple of weeks, and for some reason the debug doesn't work any more. It used to work, but now it doesn't and I have no idea what is going on. I'm running on Windows, using IIS, PHP version 5.3.8. The XDebug is installed, and I've set the configuration in PHP.ini as per the usual instructions. When I run phpinfo() everything looks normal (ie. XDebug is there). I've

XDebug stopped working in PHPStorm

一个人想着一个人 提交于 2020-12-28 18:48:43
问题 I've been beating my head against this for hours. I've come back to do some work in PHPStorm after not having used it in a couple of weeks, and for some reason the debug doesn't work any more. It used to work, but now it doesn't and I have no idea what is going on. I'm running on Windows, using IIS, PHP version 5.3.8. The XDebug is installed, and I've set the configuration in PHP.ini as per the usual instructions. When I run phpinfo() everything looks normal (ie. XDebug is there). I've

XDebug stopped working in PHPStorm

﹥>﹥吖頭↗ 提交于 2020-12-28 18:42:05
问题 I've been beating my head against this for hours. I've come back to do some work in PHPStorm after not having used it in a couple of weeks, and for some reason the debug doesn't work any more. It used to work, but now it doesn't and I have no idea what is going on. I'm running on Windows, using IIS, PHP version 5.3.8. The XDebug is installed, and I've set the configuration in PHP.ini as per the usual instructions. When I run phpinfo() everything looks normal (ie. XDebug is there). I've

XDebug stopped working in PHPStorm

霸气de小男生 提交于 2020-12-28 18:36:02
问题 I've been beating my head against this for hours. I've come back to do some work in PHPStorm after not having used it in a couple of weeks, and for some reason the debug doesn't work any more. It used to work, but now it doesn't and I have no idea what is going on. I'm running on Windows, using IIS, PHP version 5.3.8. The XDebug is installed, and I've set the configuration in PHP.ini as per the usual instructions. When I run phpinfo() everything looks normal (ie. XDebug is there). I've

XDebug stopped working in PHPStorm

霸气de小男生 提交于 2020-12-28 18:33:19
问题 I've been beating my head against this for hours. I've come back to do some work in PHPStorm after not having used it in a couple of weeks, and for some reason the debug doesn't work any more. It used to work, but now it doesn't and I have no idea what is going on. I'm running on Windows, using IIS, PHP version 5.3.8. The XDebug is installed, and I've set the configuration in PHP.ini as per the usual instructions. When I run phpinfo() everything looks normal (ie. XDebug is there). I've

In Xdebug v3 if I change a breakpoint while step debugging I get nginx 502 Bad Gateway

99封情书 提交于 2020-12-26 08:32:41
问题 I'm running PHP 7.4 in Docker. I am able to step debug just fine, however, unlike in Xdebug v2 if I add a breakpoint or remove a breakpoint while step debugging I am getting a 502 Bad Gateway message from nginx and the step debugging session just dies. Am I missing a setting for Xdebug v3 in order to set new breakpoints or remove breakpoints while step debugging without killing the session? php.ini settings xdebug.mode=debug xdebug.start_with_request=yes xdebug.discover_client_host=true

In Xdebug v3 if I change a breakpoint while step debugging I get nginx 502 Bad Gateway

那年仲夏 提交于 2020-12-26 08:30:08
问题 I'm running PHP 7.4 in Docker. I am able to step debug just fine, however, unlike in Xdebug v2 if I add a breakpoint or remove a breakpoint while step debugging I am getting a 502 Bad Gateway message from nginx and the step debugging session just dies. Am I missing a setting for Xdebug v3 in order to set new breakpoints or remove breakpoints while step debugging without killing the session? php.ini settings xdebug.mode=debug xdebug.start_with_request=yes xdebug.discover_client_host=true

【win7】安装php7.3及扩展

若如初见. 提交于 2020-12-24 05:12:28
php7.3 插件 php-redis php-igbinary php-amqp 【初识RabbitMQ,附RabbitMQ+PHP演示实例】 https://www.cnblogs.com/miketwais/p/RabbitMQ.html 【php的amqp扩展 安装(windows) rabbitmq学习篇】 https://www.cnblogs.com/M-D-Luffy/p/6203124.html 开发环境变量path如下 C:\Program Files\EsafeNet\Cobra DocGuard Client;%APACHE_HOME%\bin;%MYSQL_HOME%\bin;%PHP_HOME%\php-7.2.1-nts;%REDIS_HOME%;%MEMCACHE_HOME%;C:\Users\zhengqiang.wang.RAGENTEKXIAN\AppData\Local\Programs\Fiddler;C:\Program Files\Git\mingw64\bin;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;C:\Users\zhengqiang.wang.RAGENTEKXIAN\AppData\Roaming\npm;%GOROOT%\bin;%IntelliJ IDEA%;%GOBIN%;%ERLANG

Xdebug V3 doesn't stop breakpoints in VSCode

ぃ、小莉子 提交于 2020-12-23 07:52:41
问题 I am trying to debug on my XAMPP using VSCode and didn't worked. I know there are tons of questions about this and I've tried everything I can but still won't work. There is really 1 thing weird thou about my xdebug extension.I am currently using PHP v7.4.12 and Xdebug version 3. I know my Xdebug works on PHP because I viewed phpinfo() and it shows just how I set it. The weird part is among the many of the tutorials out there normally zend_extension = path.. , xdebug.remote_enable = 1 and