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

Debugging does not work
http://codelobster.com/forum/viewtopic.php?f=3&t=24794
Page 1 of 1

Author:  eckart [ Thu May 28, 2020 11:12 am ]
Post subject:  Debugging does not work

Hi,
until recently I worked with CodeLobster IDE Trial Version 1.8.0 and debugging worked fine.
After I purchased and installed CodeLobster PHP Edition 5.15.0 I spent several hours to get debugging working - unsuccessful.
My application is very simple:

<?php
echo "<p>AA</p>";
echo "<p>BB</p>";
?>

The settings for the Debugger are:
Virtual folder: F:\webs\htdocs\ (my localhost is set to F:\webs\htdocs\)
Virtual host URL: http://localhost/
Path to php.ini: C:\xampp\php
Web Server: empty
PHP version: PHP_7.2.x_VC115_x64_Thread_Safe (see remark)
Port: 6000

Remark: My php-version is 7.4.2, but it does not appear in the dropdown menu

The XDebug and CLDbg section of php.ini are as follows:

[XDebug]
zend_extension = "C:\xampp\php\ext\php_xdebug-2.9.2-7.4-vc15-x86_64.dll"
xdebug.remote_host = "localhost"
xdebug.remote_port = 6000
xdebug.remote_handler = "dbgp"
xdebug.max_nesting_level = 256
xdebug.remote_enable = 1
xdebug.remote_autostart = 1
[CLDbg]
extension=php_cl_dbg_7_0_VC14_x64.dll
clport=6000

Please help.

Author:  Admin [ Sat May 30, 2020 12:47 pm ]
Post subject:  Re: Debugging does not work

Hi.

Please, send us output of the following PHP script:

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


Thanks,
Codelobster Team.

Author:  eckart [ Sun May 31, 2020 11:00 am ]
Post subject:  Re: Debugging does not work

Hi CodeLobster Team,
see attchment

Regards Eckart

Attachments:
PHP 7.4.2 - phpinfo().txt [33.83 KiB]
Downloaded 3789 times

Author:  Admin [ Mon Jun 01, 2020 7:42 am ]
Post subject:  Re: Debugging does not work

Hi.

1) Please, set
Tools->Preferences->Debuggert->Port = 9000

2) Please, comment [CLDbg] block.
Your php.ini file should be:

Code:
[XDebug]
zend_extension = "C:
mpp\phpxt\php_xdebug-2.9.2-7.4-vc15-x86_64.dll"
xdebug.remote_host = "localhost"
xdebug.remote_port = 9000
xdebug.remote_handler = "dbgp"
xdebug.max_nesting_level = 256
xdebug.remote_enable = 1
xdebug.remote_autostart = 1
;[CLDbg]
;extension=php_cl_dbg_7_0_VC14_x64.dll
;clport=6000


3) Restart your web server

Regards,
Codelobster Team.

P.S. Codelobster PHP Edition doesn't support PHP version 7.x

Author:  eckart [ Thu Jun 04, 2020 8:04 am ]
Post subject:  Re: Debugging does not work

Hello CodeLobster Team,

still my CodeLobster php edition does not work. My test php script runs to the end without stopping at the set breakpoint.
I originated cancelling of my order and demanded refund via Paypal.

Sorry!
eckart

Author:  Admin [ Thu Jun 04, 2020 10:05 am ]
Post subject:  Re: Debugging does not work

Hi.

Codelobster PHP Edition doesn't support PHP version 7.4.
We can provide You with serial number for Codelobster IDE for free.

Thanks,
Codelobster Team.

Author:  Petru [ Thu Jun 04, 2020 10:36 am ]
Post subject:  Re: Debugging does not work

Admin Wrote:
Hi.
Codelobster PHP Edition doesn't support PHP version 7.4.


Maybe on the next version (1.9) ?

Author:  Admin [ Thu Jun 04, 2020 10:42 am ]
Post subject:  Re: Debugging does not work

Codelobster IDE already supports all latest versions of PHP.
Eckart talks about Codelobster PHP Edition.

Author:  Petru [ Thu Jun 04, 2020 11:54 am ]
Post subject:  Re: Debugging does not work

Awesome ! I already used debugger, I should realise that :)

Author:  eckart [ Fri Jun 05, 2020 1:09 pm ]
Post subject:  Re: Debugging does not work

Hi CodeLobster team,

please send me the serial number for Codelobster IDE for free, as offered.

Regards Eckart

Author:  Admin [ Fri Jun 05, 2020 1:32 pm ]
Post subject:  Re: Debugging does not work

eckart Wrote:
Hi CodeLobster team,

please send me the serial number for Codelobster IDE for free, as offered.

Regards Eckart


Sure, sent.

Regards,
Codelobster Team.

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