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

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

Author:  rbrazao [ Fri Jun 12, 2015 4:59 pm ]
Post subject:  Re: How to configure the debugger

The result of
<?
print(phpinfo (INFO_ALL));
?>
is an empty page

Is this normal?

Rbrazao

Attachments:
File comment: php.ini under directory
C:\Program Files (x86)\EasyPHP-DevServer-14.1VC11\binaries\php\php_runningversion

php.ini [72.17 KiB]
Downloaded 3896 times

Author:  Admin [ Mon Jun 15, 2015 7:53 am ]
Post subject:  Re: How to configure the debugger

Hi.

Please, try to execute the following script in such case:

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

Thanks.
Codelobster Team.

Author:  idol11 [ Thu Apr 06, 2017 2:10 am ]
Post subject:  Re: How to configure the debugger

Hello,
How can Codelobster cooy dll file under php.ini?

Attachments:
cl_debugger.PNG
cl_debugger.PNG [ 33.07 KiB | Viewed 86750 times ]

Author:  Admin [ Thu Apr 06, 2017 12:42 pm ]
Post subject:  Re: How to configure the debugger

Hi.

Could You, please, send us your php.ini file and the result of the following PHP script:

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

Thanks,
Codelobster Team.

Author:  idol11 [ Tue Apr 11, 2017 12:37 am ]
Post subject:  Re: How to configure the debugger

HI.
I attached php.ini
but how do I show you the result of phpinfo() ?

Admin Wrote:
Hi.

Could You, please, send us your php.ini file and the result of the following PHP script:

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

Thanks,
Codelobster Team.


Attachments:
php.ini [45.73 KiB]
Downloaded 3781 times

Author:  Admin [ Tue Apr 11, 2017 11:55 am ]
Post subject:  Re: How to configure the debugger

Hi, idol11.

You should set proper path to php.ini file:
D:\Server\php\php_5.2.17

and change
extension_dir = "./"
to
extension_dir = "./ext"

in the php.ini file directly.

Author:  idol11 [ Tue Apr 11, 2017 4:10 pm ]
Post subject:  Re: How to configure the debugger

I made it.
Thanks a lot.

Admin Wrote:
Hi, idol11.

You should set proper path to php.ini file:
D:\Server\php\php_5.2.17

and change
extension_dir = "./"
to
extension_dir = "./ext"

in the php.ini file directly.

Author:  kxknet [ Tue Feb 06, 2018 11:13 am ]
Post subject:  Re: How to configure the debugger

Please help

How to run debugger with
Image
Configuration File (php.ini) Path C:\WINDOWS
Loaded Configuration File W:\modules\php\PHP-7.1-x64\php.ini
Server Root W:/modules/http/Apache-PHP-7-x64
PATH w:\modules\php\PHP-7.1-x64\ext;w:\modules\php\PHP-7.1-x64\pear;w:\modules\php\PHP-7.1-x64\pear\bin;w:\modules\php\PHP-7.1-x64;w:\modules\imagemagick;w:\modules\wget\bin;w:\modules\git;w:\modules\git\bin;w:\modules\git\mingw\bin;w:\modules\git\cmd;w:\modules\database\MySQL-5.7-x64\bin;w:\modules\http\Apache-PHP-7-x64\bin;w:\modules\http\Apache-PHP-7-x64;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\Wbem;C:\WINDOWS\SysWOW64
extension_dir w:/modules/php/PHP-7.1-x64/ext/ w:/modules/php/PHP-7.1-x64/ext/

Attachments:
php.ini [15.65 KiB]
Downloaded 3607 times

Author:  Admin [ Tue Feb 06, 2018 4:46 pm ]
Post subject:  Re: How to configure the debugger

Hi.

Please, select the following version:
PHP_7.1.x_VC14_x64_Thread_Safe

Press "Install Debugger"

And restart your web server

Regards,
Codelobster Team.

Author:  sprendas [ Fri Feb 09, 2018 2:46 pm ]
Post subject:  Re: How to configure the debugger

Hello,

Can you help me?

Install
CodeLobster PHP Edition v14
Apache: httpd-2.4.29-Win64-VC15
PHP: php-7.0.27-Win32-VC14-x64

XDebug comment

[CLDbg]
extension = php_cl_dbg_7_0_VC14_x64.dll
clport = 6000

The problem is that I can not debugger

Attachment info.php and capture

Attachments:
Debugger no working.rar [38.79 KiB]
Downloaded 3387 times

Author:  Admin [ Sat Feb 10, 2018 1:35 pm ]
Post subject:  Re: How to configure the debugger

Hi.

Your debugger is installed correctly and it should works OK.

Please, try it on some simple PHP file.

Regards,
Codeobster Team.

Author:  sprendas [ Sun Feb 11, 2018 7:24 pm ]
Post subject:  Re: How to configure the debugger

Make a simple example, and if it is working correctly.

Currently there is a problem with the Framework CodeIgniter 3.1.7 when debugging?

This is why when I create a project and under the code and add a break point in the Controllers Welcome.php

The error that throws me is ERR_CONNECTION_RESET :? :?

Author:  Admin [ Mon Feb 12, 2018 6:35 am ]
Post subject:  Re: How to configure the debugger

Hi.

Do You get this error in any browser outside Codelobster too?

Thanks,
Codelobster Team.

Author:  sprendas [ Mon Feb 12, 2018 2:52 pm ]
Post subject:  Re: How to configure the debugger

It presents errors in different browsers,

Firefox, Chrome, Internet Explorer 11, when a breakpoint is added in CodeLobster, if it is not added the application does not present problems.

Author:  Admin [ Mon Feb 12, 2018 3:23 pm ]
Post subject:  Re: How to configure the debugger

Does green arrow of PHP debugger appear in Codelobster on your breakpoint in this case?

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