xdebug

Launching xdebug in Eclipse stuck at 57% - How to trouble-shoot? [duplicate]

不想你离开。 提交于 2019-12-11 07:53:15
问题 This question already has an answer here : Closed 8 years ago . Possible Duplicate: xampp 1.7.4 + winxp + eclipse i am trying to configure a debugger with eclipse for php debugging, but it gets stuck at 57%. This is my ini file [XDebug] ;; Only Zend OR (!) XDebug ; zend_extension_ts="C:xamppphpextphp_xdebug.dll" ; Modify the filename below to reflect the .dll version of your xdebug zend_extension_ts="C:dev\php\ext\php_xdebug-2.1.1-5.2-vc6.dll" xdebug.remote_enable=0 xdebug.remote_host=127.0.0

PhpStorm won't open xdebug profiler snapshot file

末鹿安然 提交于 2019-12-11 07:08:50
问题 ========================================================= Ignore this post. A much simpler statement of this issue can be found at PHP auto_prepend_file causes xdebug profiler to fail ========================================================= Original Post (and updates) When I try to open an xdebug profiler snapshot within PhpStorm using: menu bar >> Tools >> Analyze xdebug profiler snapshot... I select the file xDebug created but I'm faced with this error: Error: Incorrect profiler snapshot

How to use xdebug with sublime to debug python script

故事扮演 提交于 2019-12-11 06:48:13
问题 Trying to move to sublime from heavier IDEs. The thing I noticed it lacked was debugging compared to the intellij IDEs. Through research I learned about XDebug and I believe it can provide comparable debugging. However, I'm having trouble setting it up. Here is what I've done: Installed sublime 3 Installed package manager Used package manager to install XDebug Noticed files were missing so I deleted the package through the package manager Cloned the repo from martomo (https://github.com

How to get Xdebug to work on a Mac

你。 提交于 2019-12-11 06:47:04
问题 I have spent a lot of time on this with no end product. Installed MAMP. Found "make" (was installed in different folder) Installed autoconf which was missing so I can run phpize Downloaded, compiled and installed xdebug according to: http://www.xdebug.org/find-binary.php Made necessary changes to correct php.ini. Restarted MAMP - but phpinfo() does not show xdebug. No matter what I do to the php.ini file located at /Applications/MAMP/conf/php5.3/php.ini, nothing changes. The site still loads

nginx + Xdebug + PhpStorm = 404 error?

萝らか妹 提交于 2019-12-11 06:18:45
问题 The last few days, I've successfully installed and set up Xdebug and PhpStorm to work properly with several remote servers at my new job. However, one server is giving me problems and I'm not sure what I'm doing wrong. The difference between this server and the others is that this is the only one running nginx instead of Apache. Normally I SSH in to the server, get everything set up on that side, then follow steps in the PhpStorm menu, starting with the validation. This is where the problem

Constants shown in xdebug

我与影子孤独终老i 提交于 2019-12-11 05:28:59
问题 I'm using phpstorm xdebug and vagrant for debugging. I've used xdebug before and i know that it never showed constants. Now however it shows all defined constants in the variables window which is pretty annoying because there are a lot of them and it hides the true variables. Any possible idea why this is happening? phpstorm 7.1.3 xdebug v2.3.0dev php 5.3.10 回答1: That's a new feature in 2.3: http://bugs.xdebug.org/view.php?id=406. Most IDEs will however have different windows/tabs for showing

installing Xdebug on CentOS7, I get error undefined symbol: compiler_globals

佐手、 提交于 2019-12-11 04:35:42
问题 I define the xdebug.so path on php.ini. but I can't see xdebug info in phpinfo() function. and error comps up like below. Failed loading /usr/lib64/php/modules/xdebug.so: /usr/lib64/php/modules/xdebug.so: undefined symbol: compiler_globals How can I resolve this issue? Using php 7.1.4 version. 回答1: Make sure that Xdebug is compiled using right php-config . Manually download xdebug.tgz from https://xdebug.org/download.php and then follow the instructions on https://xdebug.org/wizard.php. Just

关于php启用xdebug的问题

℡╲_俬逩灬. 提交于 2019-12-11 04:32:14
正常流程可以参考下面的文章: https://blog.csdn.net/qq_21386275/article/details/78109498 我在安装过程中在 http://xdebug.org/wizard.php 网站中多给我了这么一行信息 在这里很奇怪为什么多一个C:\Windows\php.ini. 刚开始没有管他,然后配置好以后重启Apache一直报错,php-cgi.exe 什么的. 然后看了一些其他文章说php安装的话默认的php.ini位置就是C:\Windows\这里.但是我使用的是PHPstudy8.0,并且把D:\GZXG\php\phpstudy_pro\Extensions\php\php7.1.9nts放进path变量中了.后来又继续看了一些也不得其解,抱着尝试态度复制了一份php.ini文件到了c盘.结果可以正常启用了. 如果在phpinfo()中显示出以下信息,那么我们需要在c盘下复制一份php.ini 附上配置说明: ;dduan_20190509 自定义XDebug [XDebug] zend_extension="D:\phpStudy\PHPTutorial\php\php-7.2.1-nts\ext\php_xdebug-2.7.2-7.2-vc15-nts.dll" ;是否允许Xdebug跟踪函数调用,跟踪信息以文件形式存储

xdebug across projects in netbeans

十年热恋 提交于 2019-12-11 04:28:27
问题 Here is the situation.. I have some classes that are in one project... My main code is in another project... and i split this up because i am using GIT as my SCM... So when i debug my main code... i would like to step into the classes and debug them, but xdebug won't let me step into them... and i assume its because the classes are in another project... any ideas? Thanks in advance... 回答1: I've run into this as well. I am going to assume that the way your projects look when they are deployed

PEAR claims php was compiled with old module

元气小坏坏 提交于 2019-12-11 03:49:55
问题 I just upgraded to php 5.6.4. When i do pear installs of various packages it complains that if have a module mismatch. example: sudo pecl install xdebug Failed loading /usr/local/php-5.6.4/lib/php/extensions/no-debug-non-zts-20131226/xdebug.so: /usr/local/php-5.6.4/lib/php/extensions/no-debug-non-zts-20131226/xdebug.so: undefined symbol: zend_execute_ex Zend OPcache requires Zend Engine API version 220131226. The Zend Engine API version 220100525 which is installed, is outdated. PHP Warning: