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 Thu Mar 28, 2024 6:54 pm

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: xdebug 3.0 not stopping at break points
PostPosted: Wed Jun 30, 2021 1:04 am 
Offline

Joined: Sun Jan 27, 2013 8:11 pm
Posts: 6
Hello Everyone... Thanks is advance for your time!

I'm running codeLobster v1.11.1
xdebug v3.0.4
php v7.4.7
cakePHP v3.9.10
Apache v2.4.43
Windows 7(64)

I was running codeLobster PHP for Windows... decided to finally migrate to the new Multi-Platform version.
No debugger so I installed xdebug.

php.ini file:

Code:
;[CLDbg]
;extension=php_cl_dbg_7_2_VC15_x64.dll
;clport=6000

[XDebug]
xdebug.remote_enable = 1;
zend_extension = "E:/xampp/php/ext/php_xdebug.dll";  path to php_xdebug extension
xdebug.remote_host = localhost;    127.0.0.1 for some configuration
xdebug.remote_port = 9003;
xdebug.mode = develop,debug,profile;
xdebug.max_nesting_level = 256;     required for some frameworks
xdebug.remote_handler = "dbgp";
xdebug.remote_autostart = 1;           required for xDebug auto start


Restarted Apache.
php -v shows Xdebug v3.0.4

Started codeLobster
Tools->Preferences->Debuggers

Code:
Virtual folder: E:/xampp/htdocs
Start URL: http://localhost
Port: 9003
IDE Key: CLOBSTER
xDebug auto start is checked!
The 2 URLs are both http://localhost/


When I "Check Xdebug settings" I get the error: "Web server not found"
And of course breakpoints are ignored!

If I generate a php error on the url then I get an XDebug dump as the web page!

Any assistance would be greatly appreciated.


Top
 Profile  
 
 Post subject: Re: xdebug 3.0 not stopping at break points
PostPosted: Wed Jun 30, 2021 9:51 am 
Offline
Site Admin

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

Please, add the following line into your php.ini file (and restart your web server after that):

Code:
xdebug.start_with_request=yes;


Regards,
Codelobster Team.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 41 guests


You cannot post new topics in this forum
You cannot 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