ChromeDevTools / devtools-protocol

Chrome DevTools Protocol
https://chromedevtools.github.io/devtools-protocol/
BSD 3-Clause "New" or "Revised" License
1.15k stars 226 forks source link

Compatibility between versions of chrome and node #240

Open znewsham opened 3 years ago

znewsham commented 3 years ago

I'm not 100% sure this is the right place to put this, however:

I recently upgraded to the latest version of chrome, and since doing so am unable to use "advanced" debugging features (continue to here, conditional breakpoints, etc) when connecting to most node applications I'm using.

From a little trial and error I can see that chrome 89.0.4389.114 (linux) will provide only basic debug support (simple breakpoints) for node versions below 14.5, but from 14.5 upwards supports the "advanced" features.

Is there anywhere I can look up which version of chrome + devtools-protocol is compatible with which node versions