xjsframework / xjsframework.github.io

XJS Framework website
http://xjsframework.github.io
1 stars 2 forks source link

Remote debug will not work with the latest release of Chrome (Chrome 50) #20

Closed ghost closed 8 years ago

ghost commented 8 years ago

Chrome 50 removed support for Object.observe, which is used by CEF's devTools. There's currently no fix on CEF side for this, so we'll have to specify what other developers can use to debug their plugin IF their Chrome auto-updated to 50 or they manually updated to 50 (because it's the latest one duh).

mikeybanez commented 8 years ago

Let's add this to our debugging tutorial. Shouldn't be too long anyways. cc @SML-MeSo

mikeybanez commented 8 years ago

Putting this back on Review, let's make sure the text is very very visible (maybe move it to the top of a page?) before releasing