devtool icon indicating copy to clipboard operation
devtool copied to clipboard

--use_strict flag causes err: "InspectorBackend is not defined"

Open sadams opened this issue 9 years ago • 0 comments

when .devtoolrc has:

{
  "v8": {
    "flags": [
      "--use_strict"
    ]
  }
}

This error will prevent the devtools windows from opening and will show this error:

[14982:0613/210116:ERROR:CONSOLE(4153)] "Uncaught ReferenceError: InspectorBackend is not defined", source: chrome-devtools://devtools/bundled/inspector.js (4153)

Using node v6.2.0

sadams avatar Jun 13 '16 20:06 sadams