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 Apr 16, 2024 8:37 am

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Debugging doesn't happen. Just loads site
PostPosted: Sun Oct 05, 2008 6:38 am 
Offline

Joined: Sun Oct 05, 2008 6:27 am
Posts: 3
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.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 08, 2008 5:23 am 
Offline

Joined: Sun Oct 05, 2008 6:27 am
Posts: 3
Turns out it doesn't like php 5.2.6. I switched to 5.2.0 and it worked much better, tho it tended to get hung up or just exit the debugging during certain parts of code.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 08, 2008 5:18 pm 
Offline
Site Admin

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

Please, explain your problem in details.
Does debugger work with PHP 5.2.0 and doesn't work for 5.2.6.?

We need the result of
<?php
print(phpinfo (INFO_ALL));
?>
script for unworking configuration.

If something in the debugger doesn't work - please, send us your project and step-by-step instructions for repeating.

Also, be carefull that the following option
* Virtual folder = c:\xampp\htdocs\
* Virtual host URL =http://localhost
are setted on each project property
(not general Preferences for debugger).

Regards,
Codelobster Team.


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

All times are UTC


Who is online

Users browsing this forum: No registered users and 44 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:  
cron
Powered by phpBB © 2016 phpBB Group