Home  >  Q&A  >  body text

What plug-in to use when debugging php files with vscode

When debugging php files with VScode, I installed the php debuger plug-in, but it showed that it could not connect. How should I set it up?

安超安超687 days ago1992

reply all(3)I'll reply

  • autoload

    autoload2022-09-09 09:00:26

    The editor is an editor. Make sure your php is downloaded and the x_debug extension is enabled

    reply
    0
  • 安超

    How to confirm that php has downloaded and installed x_debug?

    安超 · 2022-09-09 14:17:28
    autoload

    phpinfo() will do the trick

    autoload · 2022-09-09 16:58:53
  • Cancelreply