Chrome-BigConsole icon indicating copy to clipboard operation
Chrome-BigConsole copied to clipboard

Adds a panel to the Chrome Developer Tools that provides a multi-line console, like in Firebug, with syntax highlighting.

Results 3 Chrome-BigConsole issues
Sort by recently updated
recently updated
newest added

The output on the left is difficult to read if large objects are printed. Something like [this](https://github.com/chibicode/react-json-tree) might be a nice drop in replacement if you don't mind adding React...

Starting in Chrome 38, it is possible to execute code in child frames using the options parameter of [`chrome.devtools.inspectedWindow.eval()`](https://developer.chrome.com/extensions/devtools_inspectedWindow#method-eval) to specify a target frame by its URL. Getting target frame...

Everything I try to run in the BigConsole, for example `console.log('foo');` results in this error: ``` code | "E_FAILED" description | "Operation failed: %s" details | Array(1) INDEX 0 VALUE...