christian-bromann / devtools-backend

Standalone implementation of the Chrome DevTools backend to debug arbitrary web environments.
Apache License 2.0
143 stars 23 forks source link

Is it possible to install devtools extension? #14

Closed dejanmilosevic0 closed 6 years ago

dejanmilosevic0 commented 6 years ago

Can i install for example react-devtools extension?

christian-bromann commented 6 years ago

Depends on what DevTools functionality the react devtools extension is using. Due to the limitation of JavaScript it was only possible to implement a subset of the DevTools protocol.