Home  >  Q&A  >  body text

Can a PHP website deployed on IIS be debugged remotely using xdebuger in phpstorm?

Can I use xdebuger to remotely debug a PHP website deployed on IIS in phpstorm?

I have used remote debugging for pure PHP websites in the past. Recently, I found a site that needed to deploy IIS and found that remote debugging could not be done. Also, is the port used by xdebuger TCP or UDP?

吉祥天宝吉祥天宝2053 days ago1086

reply all(2)I'll reply

  • 天蓬老师

    天蓬老师2019-03-28 17:40:40

    I have not configured xdebuger in the IIS environment, but the principle and process of debugging are similar. You can refer to the configuration process in the Linux environment, and use udp for the port

    reply
    0
  • Cancelreply