CodeLobster IDE
http://codelobster.com/forum/

Debugging doesn't happen. Just loads site
http://codelobster.com/forum/viewtopic.php?f=3&t=24413
Page 1 of 1

Author:  smilesmile [ Wed Oct 10, 2018 8:21 am ]
Post subject:  Debugging doesn't happen. Just loads site

Hi. I am trying to get the PHP Debugger to work. I have read through all the posts here but still not getting it to work.

I am using XAMPP 1.6

when I hit "DETECT" on the debugger preferences it things C:\Web is my folder and php.ini is in C:\Windows and doesn't find a webserver. That is all wrong.

I set the Preferences for debugger manually:

* Virtual folder = c:\xampp\htdocs\
* Virtual host URL =http://localhost
* PHP Version = 5.2.6
* Path to php.ini = c:\xampp\php\
* Server = Apache2.2
* Debug port = 6000

I set some breakpoints on the index.php page and when I hit F5 for debug, it just launches the site but doesn't debug.

I checked the php.ini and I see it adds:

[CLDbg]
extension=php_cl_dbg_5_2.dll
clport=6000

I also checked my c:\xampp\php\ext path and it does have that php_cl_dbg_5_2.dll there

But its still not debugging. It just launches the site. What am I missing?

Thank you.

Author:  Admin [ Wed Oct 10, 2018 1:04 pm ]
Post subject:  Re: Debugging doesn't happen. Just loads site

Hi.

Please, send us the result of the following PHP script:

<?php
print(phpinfo (INFO_ALL));
?>

Thanks,
Codelobster Team.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/