A
A
Andrey Chursin2020-02-27 09:37:56
xdebug
Andrey Chursin, 2020-02-27 09:37:56

How does xdebug debug work on a remote server?

Explain how a locally installed xdebug works with a remote server? I need to set up a config in VS Code, but without a general understanding of the principle, it will be difficult at all ...
In the man'e for configuring xdebug, I found a format entry:

// server -> local
"pathMappings": {
  "/var/www/html": "${workspaceRoot}/www",
  "/app": "${workspaceRoot}/app"
}


ps I also do not understand how to configure the config for scripts run in cli mode

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question