Hello ..

I've updated Vs.php from version 2.7 to 2.8. and noticed that most breakpoints where unbound. The only breakpoints working where in index.php. Stepping throught the code usually works fine some steps but then jumps to locations with no code or some unrelated location and then stopps completely.

This is my setup:
VS2008
VS.PHP 2.8.1.6153
PHP 5.2.12 TS enabled (fresh install)
XDEBUG 2.1.0.b2 (tried with all versions down to 2.0.1)
Debug mode : external mode (start url : http://project/index.php)
IIS : 7.5 with a host setup for this project
OS: Win7

The project beeing debugged is a Joomla setup.

I tried to use the "Local IIS" option but always get a "File:redirection.config. Error: Cannot read configuration file due to insufficient permissions"

I also tried the entire setup with PHP NTS. Same problem.

Any idea what could be wrong?

Cheers

John

juanc says:

Could you please enable xdebug.remote_log and send me the log?

The log should say in which files XDebug is telling VS.Php where to break. That could tell us where is the problem, in XDebug or in VS.Php

Thanks,

Juan

swissjohn says:

Here you go.
https://docs.google.com/leaf?id=0B1PfDRlCCJBKYmRmMTA3Y2ItNmY5My00MGViLWF...

The steps are :
break at index.php line 15
step in to at index.php line 31
loader.php line 161
step over until factory.php line 36

next step over terminates debugging

swissjohn says:

The latest release fixed the problem.

Thanks a lot for the great support!

Regards

John