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 3:14 am

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: breakpoints not fired
PostPosted: Wed Mar 09, 2022 2:27 pm 
Offline

Joined: Wed Mar 09, 2022 2:21 pm
Posts: 82
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 121197 times ]
preferences.jpg
preferences.jpg [ 191.9 KiB | Viewed 121201 times ]
projectproperties.jpg
projectproperties.jpg [ 65.17 KiB | Viewed 121201 times ]

_________________
Licenced Pro-IDE version.
Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: breakpoints not fired
PostPosted: Tue Mar 15, 2022 8:17 am 
Offline
Site Admin

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

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

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


Thanks,
Codelobster Team.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: breakpoints not fired
PostPosted: Tue Mar 15, 2022 3:29 pm 
Offline

Joined: Wed Mar 09, 2022 2:21 pm
Posts: 82
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 121000 times ]

_________________
Licenced Pro-IDE version.
Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 23 guests


You can post new topics in this forum
You can 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:  
cron
Powered by phpBB © 2016 phpBB Group