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

How to configure the debugger
http://codelobster.com/forum/viewtopic.php?f=3&t=26
Page 2 of 6

Author:  Admin [ Thu Feb 19, 2009 1:50 pm ]
Post subject: 

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.

Author:  Ragnar [ Thu Feb 19, 2009 3:28 pm ]
Post subject: 

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.

Author:  Admin [ Thu Feb 19, 2009 9:12 pm ]
Post subject: 

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.

Author:  John W [ Sat Feb 21, 2009 10:24 pm ]
Post subject: 

Does the debugger work with IIS (v5.1 0n xp pro)?

Author:  Admin [ Sun Feb 22, 2009 5:55 pm ]
Post subject: 

Hi.

Yes.

Regards,
Codelobster Team.

Author:  roshy [ Wed Aug 12, 2009 3:05 pm ]
Post subject: 

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?

Author:  Admin [ Thu Aug 13, 2009 12:10 pm ]
Post subject: 

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.

Author:  roshy [ Tue Aug 18, 2009 1:33 pm ]
Post subject: 

Thank you for your support!!!

Author:  Admin [ Fri Aug 21, 2009 3:48 pm ]
Post subject: 

Hi, everyone.

Please, try new version with support PHP 5.3.0.

Regards,
Codelobster Team.

Author:  beck17 [ Tue Dec 08, 2009 2:46 pm ]
Post subject:  the problem of debugging

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:

Author:  Admin [ Tue Dec 08, 2009 3:03 pm ]
Post subject: 

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.

Author:  beck17 [ Wed Dec 09, 2009 3:25 am ]
Post subject:  my setting

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.

Author:  beck17 [ Wed Dec 09, 2009 7:48 am ]
Post subject:  The Issue solved

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

Author:  dsstrainer [ Fri Mar 05, 2010 8:30 pm ]
Post subject: 

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.

Author:  vishalgautam [ Sat Mar 27, 2010 1:46 am ]
Post subject:  XDebug made the Debugger working for PHP 5.3 on Windows

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.

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