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:28 am

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 - Debbuger not working
Author Message
  Post subject:  Re: Debbuger not working  Reply with quote
Hi.

1) You don't have xDebug installed.
Please, run the following command:

Code:
sudo apt-get install php-xdebug
sudo find / - name xdebug.so


And add the following lines into your php.ini file:

[XDebug]
zend_extension = "/usr/lib/php/" #the path of /xdebug.so from prevuious command here
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_autostart = 1
xdebug.var_display_max_depth = 3
xdebug.var_display_max_children = 256
xdebug.var_display_max_data = 1024
xdebug.max_nesting_level = 256

2) Please, set the following value into "Virtual Folder" field:
/var/www/html/

Regards,
Codelobster Team.
Post Posted: Tue Mar 05, 2019 7:58 pm
  Post subject:  Re: Debbuger not working  Reply with quote
Ok thank you for your help.here it is the file, what is the next step?


Attachments:
php.ini [69.7 KiB]
Downloaded 10977 times
Post Posted: Wed Feb 20, 2019 12:38 am
  Post subject:  Re: Debbuger not working  Reply with quote
Hi.

1) We need the whole output (not top part only).
2) Could You, please, attach your php.ini file too.

Thanks,
Codelobster Team.
Post Posted: Mon Feb 18, 2019 5:09 pm
  Post subject:  Re: Debbuger not working  Reply with quote
Hey I took this print screen , is that enought? it is a local vm machine :)


Attachments:
this.png
this.png [ 194.56 KiB | Viewed 188447 times ]
Post Posted: Mon Feb 18, 2019 4:55 pm
  Post subject:  Re: Debbuger not working  Reply with quote
Hey I took this print screen , is that enought? it is a local vm machine :)


Attachments:
this.png
this.png [ 196.8 KiB | Viewed 188447 times ]
Post Posted: Mon Feb 18, 2019 4:52 pm
  Post subject:  Re: Debbuger not working  Reply with quote
Hi.

Could You, please, send us your php.ini file and output of the following PHP script:

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


Thanks,
Codelobster Team.
Post Posted: Mon Feb 18, 2019 6:39 am
  Post subject:  Re: Debbuger not working  Reply with quote
Attachment:
File comment: Here is the configuration
debug.png
debug.png [ 233.18 KiB | Viewed 188455 times ]

Please, I really appreciate any help I have never done this before , so what would be the next step after you install the codelobster? I mean it it is not in the xdebugger already or do I just have to go to preferences?because if so I already gone there but nothing
Post Posted: Sun Feb 17, 2019 5:39 pm
  Post subject:  Re: Debbuger not working  Reply with quote
I just downloaded the file form the website , does it come with the xdebbuger , right?
Post Posted: Sun Feb 17, 2019 2:35 pm
  Post subject:  Re: Debbuger not working  Reply with quote
Omg! thank you forthe prompt response :D ,and yes I do. However I am very new on this but I went to the preferences and I have installed apache2 ,mysql and php7.2, what should I do?
Post Posted: Sun Feb 17, 2019 2:19 pm
  Post subject:  Re: Debbuger not working  Reply with quote
Hi.

Do You have xDebug installed?

Thanks,
Codelobster Team.
Post Posted: Sun Feb 17, 2019 1:37 pm
  Post subject:  Debbuger not working  Reply with quote
HI Guys

I am learning php and in order to run and debbug the code I installed the codelobster however when I go to var/www/html/Week_4_examples/wall1a/index.php it is not working , what am I missing?
I keep getting port number error


regards
Post Posted: Sun Feb 17, 2019 12:55 pm

All times are UTC


Jump to:  
Powered by phpBB © 2016 phpBB Group