10 support issues
- All
- Questions
- Suggestions
- Problems
Lance Lewis
Feb 7, 2022
Comment Breaks BigConsole
We noticed this issue when using BigConsole. Insert the following code:
var x=2.5;
// insert comment here
console.log(x);
This will not run. If you remove the // insert comment here it will run without issue. It appears using // comment breaks BigConsole. If you use /* */ is will run without issue.
- Report illegal content
- Copy link
Zephyr Zephyroff
Sep 30, 2017
finds error in code where there is no error
/* Here is the code I tried to test with this extension. It works in the console, but doesnt work within the extension in the same devtools instance. I didn't try any other code with it. */
function rob(street) {
const sum = (a, b) => a + b
let even = [], odd = [];
street.forEach((v, i) => {
if (i % 2) even.push(v)
else odd.push(v)
})
return Math.max(even.reduce(sum), odd.reduce(sum))
}
- Report illegal content
- Copy link
Ahmed B. Hameed
Jul 10, 2017
console.dir issue
Hi, Thanks for this kind of plugins.
BTY i noted it does not support console.dir()
method to se type of function and information related if it uses closure variables or not.
thanks
- Report illegal content
- Copy link
teja
Jan 6, 2017
Does it support autocomplete?
Similar to the normal console
- Report illegal content
- Copy link
Mohammad Kermani
Aug 28, 2016
Changing background color
Hello
Thanks for this great extension, I really liked that
How can I change the back ground color or the editor? I need a grey color!
- Report illegal content
- Copy link
Sergey Chibunin
Jun 2, 2016
autocomplete
Where is an autocomplete?
- Report illegal content
- Copy link
Artur Katrushko
May 12, 2016
Output
Do you have some kind of replacement for console.log?
- Report illegal content
- Copy link
Artur Katrushko
May 12, 2016
Functionality
How to clear outcome data?
- Report illegal content
- Copy link
K Chan
Apr 8, 2016
keyboard shortcut for 'Clear'?
keyboard shortcut for 'Clear'?
- Report illegal content
- Copy link
Erik Brännlund
Dec 18, 2015
IFrames
Can BigConsole target an iframe instead of the mainframe?
- Report illegal content
- Copy link