devtool
devtool copied to clipboard
--use_strict flag causes err: "InspectorBackend is not defined"
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