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 9:00 am

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Debugger won't stop on breakpoint - Another
PostPosted: Fri Jul 21, 2023 6:59 pm 
Offline

Joined: Fri Jul 21, 2023 6:38 pm
Posts: 2
I have gone though all the forum posts I can find on this with no success so far. I have experience with other IDE's and their debuggers and have some experience with PHP. I am relatively new to CodeLobster and really like it.

I am trying to debug a php file. I place the breakpoints, but the IDE does NOT stop on those points. It brings up with browser window correctly and displays the resulting, finished page. I am debugging locally on Windows11 and IIS 10. I have attached my php code, the resulting output, and my CodeLobster settings. The forum only allows me to attach 3 files, so I will attach my php.ini file in a reply to this post.

I really appreciate any help you can give me. It feels like I am very close to getting this to work. Thanks!

Attachment:
phpFile.png
phpFile.png [ 63.32 KiB | Viewed 16449 times ]


Attachment:
Preferences.png
Preferences.png [ 70.91 KiB | Viewed 16449 times ]


Attachments:
phpinfo_output.txt [32.07 KiB]
Downloaded 899 times
Top
 Profile  
 
 Post subject: Re: Debugger won't stop on breakpoint - Another
PostPosted: Fri Jul 21, 2023 7:00 pm 
Offline

Joined: Fri Jul 21, 2023 6:38 pm
Posts: 2
As promised, here is my php.ini file (located in C:\php along with php.exe).


Attachments:
php.ini [74.24 KiB]
Downloaded 901 times
Top
 Profile  
 
 Post subject: Re: Debugger won't stop on breakpoint - Another
PostPosted: Mon Jul 24, 2023 6:38 am 
Offline
Site Admin

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

Please, try using the following lines in your php.ini file:

Code:
zend_extension = "C:\phpxt\php_xdebug-3.2.1-8.2-vs16-nts-x86_64.dll"
xdebug.client_host = localhost;
xdebug.client_port = 9003;
xdebug.mode=develop,debug,profile;
xdebug.start_with_request = yes;

Thanks,
Codelobster Team.


Top
 Profile  
 
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 143 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:  
Powered by phpBB © 2016 phpBB Group