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 10:54 am

All times are UTC




Post new topic Reply to topic  [ 10 posts ] 
Author Message
 Post subject: Installing en configuration IDE 1.10.2 - xdebug 3.02
PostPosted: Mon Feb 01, 2021 4:01 pm 
Offline

Joined: Sun Oct 22, 2017 12:15 pm
Posts: 31
Location: Diepenbeek, Belgium
I cannot install X-Debug! See complete php-info in attach with also the Install-wizard and The preferences and warning on 'check Xdebug settings'
I've tried the install-advice 'https://xdebug.org/docs/install' but invane.
Why is it so difficult to install Codelobster IDE with the php-debugger? Where is the trap or where is the trick to success?
Otherwise I like Codelobster IDE very much, it is fine to code in php and html but I also like to use the debugger.


Attachments:
preference-setting.jpg
preference-setting.jpg [ 99.71 KiB | Viewed 327729 times ]
installation_wizard.jpg
installation_wizard.jpg [ 166.33 KiB | Viewed 327729 times ]
php_info.txt [35.46 KiB]
Downloaded 7828 times

_________________
Vriendelijke groet
Albert
Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Installing en configuration IDE 1.10.2 - xdebug 3.02
PostPosted: Mon Feb 01, 2021 4:39 pm 
Offline
Site Admin

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

1) Please, install the following version:
http://codelobsteride.com/download/Code ... up_ftp.exe

2) Please, enter the following lines into your php.ini file

Code:
[xdebug]
zend_extension = "C:
mpp_8\phpxt\php_xdebug-3.0.1-8.0-vs16-x86_64.dll";
xdebug.remote_enable = on;
xdebug.default_enable = on;
xdebug.remote_host = localhost;    127.0.0.1 for some configuration
xdebug.client_port = 9003;
xdebug.max_nesting_level = 256;     required for some frameworks
xdebug.remote_handler = "dbgp";
xdebug.remote_autostart = 1;
xdebug.mode=develop,debug,trace,profile;


and restart your web server.

Thanks,
Codelobster Team.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Installing en configuration IDE 1.10.2 - xdebug 3.02
PostPosted: Thu Feb 04, 2021 2:36 pm 
Offline

Joined: Sun Oct 22, 2017 12:15 pm
Posts: 31
Location: Diepenbeek, Belgium
I've tried your suggestions but it will not work.

You advised the code for Xampp; I work with Wamp64. Can it give any problems?
Of course I have indicated the correct path on my computer.

The slashes are always shown like \ but I've tried both senses and it gives no difference.
I've tried with the php-version 7.4.14 and 7.4.13

A strange thing: although I copied your text with the version 'vs16' I always find 'vc15' in the php-info.
see attach.

The installation wizard shows (in my opinion) a false text
see attach


Attachments:
02_xdebug-installationwizard.pdf [174.59 KiB]
Downloaded 7829 times
apache2.4.46b_php-ini_phpversion7.4.13.jpg
apache2.4.46b_php-ini_phpversion7.4.13.jpg [ 162.36 KiB | Viewed 327668 times ]

_________________
Vriendelijke groet
Albert
Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Installing en configuration IDE 1.10.2 - xdebug 3.02
PostPosted: Thu Feb 04, 2021 4:02 pm 
Offline
Site Admin

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

Everything looks right.
Could You, please, send us whole output of
Code:
print(phpinfo (INFO_ALL));


Thanks,
Codelobster Team.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Installing en configuration IDE 1.10.2 - xdebug 3.02
PostPosted: Thu Feb 04, 2021 5:35 pm 
Offline

Joined: Sun Oct 22, 2017 12:15 pm
Posts: 31
Location: Diepenbeek, Belgium
In attach phpinfo info_all


Attachments:
phpinfo_info_all.txt [35.56 KiB]
Downloaded 7760 times

_________________
Vriendelijke groet
Albert
Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Installing en configuration IDE 1.10.2 - xdebug 3.02
PostPosted: Fri Feb 05, 2021 6:53 am 
Offline
Site Admin

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

Please, try to change

Project URL for debugging
and
Project Home URL

from http://vikiflandrio/ to http://localhost/

Thanks,
Codelobster Team.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Installing en configuration IDE 1.10.2 - xdebug 3.02
PostPosted: Sat Feb 06, 2021 3:16 pm 
Offline

Joined: Sun Oct 22, 2017 12:15 pm
Posts: 31
Location: Diepenbeek, Belgium
I've tried with different projects and different localhosts, It is too stubborn to work.
I have on my PC J:\wamp64\www\ and this is my standard localhost
In this directory I've made different projects: 'vikiflandrio', 'esperantokolekto', ...

Hereby some attaches for J:\wamp64\www\Esperantokolekto\

I think it happened by any update but I do not know which one

By the way, why does Codelobster not work with Edge and still has Inernet Explorer as a standard?


Attachments:
20210206_warning.jpg
20210206_warning.jpg [ 112.08 KiB | Viewed 327422 times ]
20210206_preference-setting.jpg
20210206_preference-setting.jpg [ 229.39 KiB | Viewed 327422 times ]
20210206_info_wizard.zip [168.21 KiB]
Downloaded 7787 times

_________________
Vriendelijke groet
Albert
Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Installing en configuration IDE 1.10.2 - xdebug 3.02
PostPosted: Mon Feb 08, 2021 9:16 am 
Offline
Site Admin

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

Looks like You use incorrect Ń…Debug dll. Now You use it for PHP 8.x but You have PHP version 7.4.13.

Please, try to install the following dll
https://xdebug.org/files/php_xdebug-3.0 ... x86_64.dll
and set it in your php.ini file:
zend_extension="j:/wamp64/bin/php/php7.4.13/zend_ext/php_xdebug-3.0.2-7.4-vc15-x86_64.dll"

P.S. Our "check" button has a small bug for this case, we will release fixed version soon.

Thanks,
Codelobster Team.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Installing en configuration IDE 1.10.2 - xdebug 3.02
PostPosted: Mon Feb 22, 2021 6:53 pm 
Offline

Joined: Sun Oct 22, 2017 12:15 pm
Posts: 31
Location: Diepenbeek, Belgium
Sorry for the long silence, family problems :-(

For the moment I give it up, nothing helps.
I've removed from my laptop everything that has any link with wamp and Codelobster

I made a fresh install of Xampp this time with Codelobster IDE but invane. Nothing helps.

So I hope next version of CodeLobster will be easier to use.

_________________
Vriendelijke groet
Albert


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Installing en configuration IDE 1.10.2 - xdebug 3.02
PostPosted: Sat Mar 06, 2021 1:39 am 
Offline

Joined: Sun Oct 22, 2017 12:15 pm
Posts: 31
Location: Diepenbeek, Belgium
I have better news!
I completely removed CodeLobster IDE 1.10.2 and CodeLobster PHP 5.15 Light with RevoUninstaller.
I installed the new version CodeLobster IDE 1.11.0.

As far as I already could see is everything functioning included Xdebug 3.03.

Thanks for the good Upgrade!


Attachments:
Xdebug.jpg
Xdebug.jpg [ 179.38 KiB | Viewed 318040 times ]

_________________
Vriendelijke groet
Albert
Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 104 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:  
Powered by phpBB © 2016 phpBB Group