1-
2-
CTRL+A > CTRL+C then CTRL+V to
https://xdebug.org/wizard
3-
will tell you which DLL you need
4-
download it, place under php\ext
5-
open the php.ini, add these lines at the end
6-
restart the server
7-
at VSCodum install felixfbecker.php-debug
8-
the htdocs must have the '.vscode\launch.json'. To create one, once you are in the VSCode with the felixfbecker.php-debug installed
now the '.vscode\launch.json' created.
place a breakpoint > Run > Debug
--
alternative - http://www.nusphere.com/products/phped.htm
otherwise go for 550mb application Jetbrains.PhpStorm using a chrome addon.
PHP:
<?php
phphinfo();
2-
CTRL+A > CTRL+C then CTRL+V to
https://xdebug.org/wizard
3-
will tell you which DLL you need
4-
download it, place under php\ext
5-
open the php.ini, add these lines at the end
zend_extension= c:\xampp\php\ext\php_xdebug-3.1.2-8.1-vs16-x86_64.dll (replace with what you download)
xdebug.mode = debug
xdebug.start_with_request = yes
6-
restart the server
7-
at VSCodum install felixfbecker.php-debug
8-
the htdocs must have the '.vscode\launch.json'. To create one, once you are in the VSCode with the felixfbecker.php-debug installed
there is a text saying 'create a launch.json file' click it! (otherwise if exists click the wheel, to edit it)press CTRL+SHIFT+D
now the '.vscode\launch.json' created.
place a breakpoint > Run > Debug
--
alternative - http://www.nusphere.com/products/phped.htm
otherwise go for 550mb application Jetbrains.PhpStorm using a chrome addon.
