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 10:59 am

All times are UTC




Post new topic Reply to topic  [ 90 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject:
PostPosted: Thu Feb 19, 2009 1:50 pm 
Offline
Site Admin

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

Please, send us the result of the following PHP script

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

, your php.ini file, your PHP files and numbers of lines for breakpoints.


Thanks.
Codelobster Team.


Last edited by Admin on Fri Dec 25, 2009 3:56 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 19, 2009 3:28 pm 
Offline

Joined: Thu Jul 17, 2008 3:07 pm
Posts: 75
you already have all my php files, but it does not matter. Any breakpoint on any source string gives the same effect.
Result of phpinfo & ini has been sended to you.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 19, 2009 9:12 pm 
Offline
Site Admin

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

We have used your php.ini file with your project with Firefox 3.0.6 with Wamp and everything works OK :(
Now we even han't any ideas about the reason of your problem :(

Do other debuggers works on your PC?
Have you installed Zend Optimizer also?

Regards,
Codelobster Team.


Last edited by Admin on Fri Dec 25, 2009 3:54 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Sat Feb 21, 2009 10:24 pm 
Offline

Joined: Tue Jun 03, 2008 6:14 pm
Posts: 11
Does the debugger work with IIS (v5.1 0n xp pro)?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 22, 2009 5:55 pm 
Offline
Site Admin

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

Yes.

Regards,
Codelobster Team.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Aug 12, 2009 3:05 pm 
Offline

Joined: Tue Aug 11, 2009 7:51 pm
Posts: 4
There is something weird. I have installed the lastest version of WampServer. It creates a folder named php5.3.0 and when I ask WampServer what is my PHP version it tells me 5.3.0. Enven the autodetect of CodeLobster put 5.3.0 in the PHP Version box.

But when I run it, it tells me that it's an unknown PHP version. If I write 5.2.8 in the PHP version box, it works, but the debugger don't stop at breakpoint.

Any idea why it happens?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 13, 2009 12:10 pm 
Offline
Site Admin

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

Current version of our debugger doesn't support PHP 5.3.
Please, wait for the new version that will be released next week with such option.

Regards,
Codelobster Team.


Last edited by Admin on Fri Dec 25, 2009 3:56 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 18, 2009 1:33 pm 
Offline

Joined: Tue Aug 11, 2009 7:51 pm
Posts: 4
Thank you for your support!!!


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 21, 2009 3:48 pm 
Offline
Site Admin

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

Please, try new version with support PHP 5.3.0.

Regards,
Codelobster Team.


Top
 Profile  
 
 Post subject: the problem of debugging
PostPosted: Tue Dec 08, 2009 2:46 pm 
Offline

Joined: Tue Dec 08, 2009 2:40 pm
Posts: 5
Hi,Admin:
I tried to debug my php files and set the breakpoint . when I debug ,the default browser would display the result . The debugger did not work. :shock:


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 08, 2009 3:03 pm 
Offline
Site Admin

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

Please, read this topic.
Does everything is set OK?
Please, send us your debugger settings, files and the result of follow PHP script:

<?php

echo phpinfo();

?>


Regards,
Codelobster Team.


Top
 Profile  
 
 Post subject: my setting
PostPosted: Wed Dec 09, 2009 3:25 am 
Offline

Joined: Tue Dec 08, 2009 2:40 pm
Posts: 5
Virtual folder:d:\wamp\www\MyTest
Virtual host URL:http://localhost/MyTest

path to php.ini:d:\wamp\apache2\bin
WebServer:wampapache
php version :5.2.5 port:6000

By the way , I visited the http://localhost/MyTest by browser ,that's ok.

thanks a lot.


Top
 Profile  
 
 Post subject: The Issue solved
PostPosted: Wed Dec 09, 2009 7:48 am 
Offline

Joined: Tue Dec 08, 2009 2:40 pm
Posts: 5
Hi, Admin
My issue have solved already .
My setting is all correct . Because of using the Zend debuger at the same time . and commented the Zend debuger part(such as below) , so all's going OK.And thanks a lot .

;[Zend]
;zend_extension_ts=D:/wamp/php/debuger/ZendDebugger.dll
;zend_debugger.allow_hosts=127.0.0.1
;zend_debugger.expose_remotely=always


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 05, 2010 8:30 pm 
Offline

Joined: Sun Oct 05, 2008 6:27 am
Posts: 3
giakie Wrote:
It seems to be correct, but when I try to debug I get the following error:
"Php extension dir not found

The value of parameter extension_dir in php.ini is not valid"

I checked it and it's correct, as it is:
extension_dir = "C:\Programmi\EasyPHP 2.0b1\php5\ext"



What can I do?

Thanks in advance for the help


I had this same error. My webserver is USB portable based so the extension_dir is set to "./ext" which codelobster didnt like
I had to specify the full path to that usb drive and I got past that error.

But that's not really ideal. It should know how to use relative paths... relative to the php.ini file.


Top
 Profile  
 
 Post subject: XDebug made the Debugger working for PHP 5.3 on Windows
PostPosted: Sat Mar 27, 2010 1:46 am 
Offline

Joined: Sat Mar 27, 2010 1:26 am
Posts: 2
For those still having problem with debugging on Windows, using xdebug worked for me and now debugger works like a charm. Will post the link in next post, as it is not letting me do it on my first post.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 90 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 21 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