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

breakpoints not fired
http://codelobster.com/forum/viewtopic.php?f=8&t=25092
Page 1 of 1

Author:  Domi [ Wed Mar 09, 2022 2:27 pm ]
Post subject:  breakpoints not fired

Hi,

I'm trying CL last version before buying it; I have created a small project but CL doesn't stop at the breakpoints; I have browse the forum without finding a solution.

I'm using netbeans (last version) without any problem on the same computer (win10); xampp, php, xdebug are ok as they run fine with netbeans.

php : 7.4.6
xdebug 2.8.1

PS: in netbeans, I use port #8080 which works fine (see last print screen)
PS2: in codelobster, I have tried both with port 9000 and port 8080; I get the same message error : "Web server not found" in Preferences

any suggestion would be appreciate to continue my test.
sincerly,
Domi.

here is my [xdebug] in php.ini :

[xdebug]
;zend_extension = "c:\xampp\php\ext\php_xdebug-2.9.4-7.4-vc15.dll"
zend_extension = "c:\xampp\php\ext\php_xdebug.dll"
xdebug.remote_autostart=1
xdebug.remote_enable=1
xdebug.remote_handler="dbgp"
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.idekey="netbeans-xdebug"
xdebug.extended_info=1

Attachments:
netbeans.jpg
netbeans.jpg [ 87.86 KiB | Viewed 127586 times ]
preferences.jpg
preferences.jpg [ 191.9 KiB | Viewed 127590 times ]
projectproperties.jpg
projectproperties.jpg [ 65.17 KiB | Viewed 127590 times ]

Author:  Admin [ Tue Mar 15, 2022 8:17 am ]
Post subject:  Re: breakpoints not fired

Hi.

Please, send us the output of the following PHP script:

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


Thanks,
Codelobster Team.

Author:  Domi [ Tue Mar 15, 2022 3:29 pm ]
Post subject:  Re: breakpoints not fired

Thanks but meanwhile, I have found the solution, posted here below (start url and port modified)

Domi.

Attachments:
cl.jpg
cl.jpg [ 199.97 KiB | Viewed 127389 times ]

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