T
T
teodor7teodor72020-11-18 11:21:58
PHP
teodor7teodor7, 2020-11-18 11:21:58

Is there Xdebug in Vscode under Php?

Tried to install xdebug under Vscode. Writes that it does not work with this version. Who uses Xdebug in Vscode for php (Linux), how did you install? maybe there is a replacement?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
teodor7teodor7, 2020-11-18
@teodor7teodor7

https://devilbox.readthedocs.io/en/latest/intermed...
here in this guide it was also necessary to insert
xdebug.ini

; Defaults
xdebug.default_enable=1
xdebug.remote_enable=1
xdebug.remote_port=9000

; The Linux way
xdebug.remote_connect_back=1

; idekey value is specific to Visual Studio Code
xdebug.idekey=VSCODE

; Optional: Set to true to always auto-start xdebug
xdebug.remote_autostart=true

I
index0h, 2020-11-18
@index0h

phpStorm

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question