june07/NiM

Not working in chrome 83

pichuser opened this issue · 6 comments

Today I update my chrome to 83. And now this extension is broken... After write node --inspect --inspect-brk - I get many, very many tabs in chrome... New tab is opening every half second until stop terminal. The same behavior in canary (version 85)

It appears to be an issue of Node still spitting our non agnostic debugging URLS. And the new version of Chrome removing some fallback code. See https://chromium-review.googlesource.com/c/chromium/src/+/1582881

I've actually implemented and pushed a fix to GitHub. I will shortly push to the Chrome Web Store however there's no telling how long it will take for that to go thru.

For those so inclined who would rather not wait I've pushed the file here as well:
https://github.com/june07/NiM/releases/tag/v2.4.0

edge: https://microsoftedge.microsoft.com/addons/detail/injfmegnapmoakbmnmnecjabigpdjeme
chrome: https://chrome.google.com/webstore/detail/nodejs-v8-inspector-manag/gnhhdgbaldcilmgcpfddgdbkhjohddkj

So I published the update to both Microsoft and Google. In the event Google in fact takes

several weeks

I would suggest trying Microsoft Edge as I've found things go through the pipeline much faster with them.

For those so inclined who would rather not wait I've pushed the file here as well:
https://github.com/june07/NiM/releases/tag/v2.4.0

Thank you so much! Increadible! Perfect!