Page 1 of 1

Script debugging in non-IE browsers

PostPosted: July 24th, 2018, 11:22 pm
by jazz
I know that this doesn't currently work and that script debugging currently only works in Internet Explorer, but I was hoping to bring it up as a possible thing to finally get working because IE sucks and I don't want to use it. So can we have this for Chrome? Please? :D

What I know is that Chrome requires a startup parameter:

Code: Select all
chrome.exe --remote-debugging-port=9222


This starts Chrome with the debug protocol enabled on port 9222. More details here: https://chromedevtools.github.io/devtools-protocol/

Seeing as this all works in IE surely there is only a few tweaks required to get it up and running in Chrome?

As always, thanks for your efforts. :)

Re: Script debugging in non-IE browsers

PostPosted: January 18th, 2019, 2:54 pm
by Miloslav Beno
Hi jazz,

I'm happy to announce the latest preview of PHP Tools support for Chrome JS debugging. Please let me know once you had a chance to try it out.

Thanks,