Quantcast
Channel: Xdebug ignores breakpoints - Stack Overflow
Browsing all 11 articles
Browse latest View live

Answer by Wolfgang Fahl for Xdebug ignores breakpoints

in my case:use system default php.ini configuration was not selected in the PHP Executable general settings

View Article



Answer by Vadim H for Xdebug ignores breakpoints

Solved!When creating a new project in NetBeans, I first set the root folder of the project to the WordPress theme folder of my WordPress site.So instead, I created a new project with the root of it...

View Article

Answer by Oliver Schnell for Xdebug ignores breakpoints

I had the same problem: Eclipse breakpoints did not work, xdebug_break() did work. My problem were spaces in the path:<- breakpoint_set -i 1323 -t line -f...

View Article

Answer by pgr for Xdebug ignores breakpoints

Yet another possible solution, the only one that worked for me, after trying everything in this post and in many others...I'm debugging a PHP project through XDEBUG on Eclipse Neon on Windows. The...

View Article

Answer by AmarLakhtakia for Xdebug ignores breakpoints

I came across this post trying to solve my xdebug problem in eclipse not breaking at break points for a web application. I found the comments herein very useful. Also, this post...

View Article


Answer by drstockz for Xdebug ignores breakpoints

For me the problem was "Project properties > Source > Web Root:" was not set (it had a default " as its value). After setting it to be my web root on disk, the breakpoints started working.

View Article

Image may be NSFW.
Clik here to view.

Answer by Seth Battin for Xdebug ignores breakpoints

The question mentioned that the xdebug.ini file exists, but does not report its contents. My default installation's file only included:zend_extension=/usr/lib/php5/20100525/xdebug.soBut in order for...

View Article

Answer by solajibs for Xdebug ignores breakpoints

In your php.ini file, set this directive:report_zend_debug = 1I hope this help someone?

View Article


Answer by hserge for Xdebug ignores breakpoints

Go to: Project > Properties > Run Configuration > Advanced (button)Remove all the mappings from the "Path Mapping" if you are not using Xdebug for remote debugging. This would help to fix this...

View Article


Answer by Fieg for Xdebug ignores breakpoints

It looks like there is something wrong with the path to the file containing the breakpoint.<- breakpoint_set -i 452 -t line -s enabled -f file:///http:/development.xxx.de/users/itsame/index.php -n...

View Article

Xdebug ignores breakpoints

I am currently trying to get Xdebug to work on our development server. As client I am using netbeans and the connection so far works without problems. But when I try to set a breakpoint within netbeans...

View Article
Browsing all 11 articles
Browse latest View live




Latest Images