first impression

Yes, very awesome tool ! It's new to me, but the things i've seen were
impressing.

When you debug your php application, I noticed the apache webserver started to
run... Does someone know if it's possible to disable that and work with IIS
because IIS is running as a service on my computer. And it's not
necessary to me, that Apache starts to run as second webserver.

Comments

    You'd have to set up Php on

    You'd have to set up Php on your IIS server. Including installing XDebug or DBG in it.

    Once you have done that, debug in external mode so VS.Php does not start Apache.

    You also have to put your php files somewhere IIS knows about, typically under c:\inetpub\wwwroot.