CodeLobster IDE

Free cross-platform PHP IDE (HTML, PHP, CSS, JavaScript, Python code editor) with support Drupal, Joomla, Twig, JQuery, BackboneJS, LaravelJS, Node.js, CodeIgniter, CakePHP, Laravel, Magento, MeteorJS, Phalcon, Symfony, VueJS, WordPress, Yii
It is currently Tue Mar 19, 2024 5:41 am

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Debugging doesn't happen. Just loads site
PostPosted: Wed Oct 10, 2018 8:21 am 
Offline

Joined: Mon Oct 08, 2018 3:08 pm
Posts: 4
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.

_________________
drugstore-catalog.com


Top
 Profile  
 
 Post subject: Re: Debugging doesn't happen. Just loads site
PostPosted: Wed Oct 10, 2018 1:04 pm 
Offline
Site Admin

Joined: Wed Sep 12, 2007 2:18 pm
Posts: 3931
Hi.

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

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

Thanks,
Codelobster Team.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 15 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2016 phpBB Group