Hi,

Is it possible to debug over https?

If so, how do I configure this?

Thanks!

Michael Lindsey

juanc says:

You should set up your own web server + Php and enable SSL.

The only specific VS.Php configuration is installing XDebug or DBG. You can get those from their respective sites. Each site explains how to install their components.

But also you can see how VS.Php configures it by looking at a php.ini file that VS.Php creates in the project folder when you start a debug session with the built-in engine.

BTW, the php.ini file is hidden.