CodeLobster IDE http://codelobster.com/forum/ |
|
Xdebug not stoppong at breakpoint http://codelobster.com/forum/viewtopic.php?f=3&t=25192 |
Page 1 of 1 |
Author: | clroux [ Fri Nov 11, 2022 1:08 pm ] |
Post subject: | Xdebug not stoppong at breakpoint |
Good day I've upgraded to Win10. I then downloaded the latest version of wamp server. I'm now unable to get debugging working properly. Your help will be greatly appreciated. Details are as follows: Code lobster version: 2.1.0 Xdbug version: 3.1.5 Php version: 7.4.26 Apache version: 2.4.51 Windows: 10 home (64) Php.ini [xdebug] xdebug.remote_enable = on zend_extension="c:/wamp64/bin/php/php7.4.26/ext/php_xdebug.dll" xdebug.remote_host = localhost; xdebug.remote_port = 9003 xdebug.mode = develop,debug,profile xdebug.max_nesting_level = 256 xdebug.remote_handler = dbgp xdebug.remore_autostart = 1 xdebug.log_level=10 xdebug.start_with_request=yes CodeLobster preferances: Virtual folder: C:/wamp64/www/ Start URL: http://localhost/ Port: 9003 IDE Key: CLOBSTER Project URL: http://localhost Project Home URL: http://localhost When I check "Xdebug settings" I get the error: "Web server not found" Breakpoints are ignored when set on the code. When running the debug from CodeLobster menu, I can see the additional code which is added at the end of the URL "?xdebug_session_start=36595" but that's as far as it goes. I'm not getting processing to stop at the breakpoint set. |
Author: | Admin [ Fri Nov 11, 2022 2:08 pm ] |
Post subject: | Re: Xdebug not stoppong at breakpoint |
Hi. 1) Do You use Codelobster IDE? 2) Please, be sure that the option "Autostart" is turned on. 3) Here is our working settings: [XDEBUG] zend_extension = "C:\xampp74\php\ext\php_xdebug-3.1.5-7.4-vc15-x86_64.dll" xdebug.client_host = localhost; xdebug.client_port = 9003; xdebug.mode=develop,debug,profile; xdebug.start_with_request = yes; Thanks, Codelobster Team. |
Author: | clroux [ Fri Nov 11, 2022 3:54 pm ] |
Post subject: | Re: Xdebug not stoppong at breakpoint |
Hi Thank you for the reply. Answers to the question asked: 1) Do You use Codelobster IDE? = Yes 2) Please, be sure that the option "Autostart" is turned on. - You refer to the entry line that needs to be added to the PHP.ini file? Yes, I picked up an tying err in that specific entry and corrected it now. xdebug.remote_autostart = 1 3) as per my example I do have extra entries in the PHP.inin file. and only difference is that ZEND_EXTENSION on my side refer to the wampserver and not xampp. Restarted wampserver and still not stopping at breakpoint. I'm going to setup xampp and see if that will correct the breakpoint issue I'm having. |
Author: | clroux [ Sun Nov 13, 2022 7:39 am ] |
Post subject: | Re: Xdebug not stoppong at breakpoint |
Just an update quick I've installed XAMPP and the breakpoint issue is now resolved ![]() |
Page 1 of 1 | All times are UTC |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |