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 Sat Apr 27, 2024 2:08 pm

All times are UTC




Post a reply
Username:
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
Font size:
Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
   

Topic review - breakpoints not fired
Author Message
  Post subject:  Re: breakpoints not fired  Reply with quote
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 127214 times ]
Post Posted: Tue Mar 15, 2022 3:29 pm
  Post subject:  Re: breakpoints not fired  Reply with quote
Hi.

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

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


Thanks,
Codelobster Team.
Post Posted: Tue Mar 15, 2022 8:17 am
  Post subject:  breakpoints not fired  Reply with quote
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 127411 times ]
preferences.jpg
preferences.jpg [ 191.9 KiB | Viewed 127415 times ]
projectproperties.jpg
projectproperties.jpg [ 65.17 KiB | Viewed 127415 times ]
Post Posted: Wed Mar 09, 2022 2:27 pm

All times are UTC


Jump to:  
Powered by phpBB © 2016 phpBB Group