Browser Console To See Your Errors
12 October 2015 07:13
CTRL-SHIFT-J opens the console in Chrome
CTRL-SHIFT-K Opens it in Mozilla
This is one of those cool features that is so basic to professional programmers that they might not think to mention it. I recently discovered this so I wanted to pass it along. There are tons of useful bits you can gain from this.
More info…
Chrome Console
Mozilla Console
Attached is a screenshot of what happens when you open an HTML file that depends on the JSON data as well as b4w.min.js. When opening this file without using your local server, the JS files can't load.
CTRL-SHIFT-K Opens it in Mozilla
This is one of those cool features that is so basic to professional programmers that they might not think to mention it. I recently discovered this so I wanted to pass it along. There are tons of useful bits you can gain from this.
More info…
Chrome Console
Mozilla Console
Attached is a screenshot of what happens when you open an HTML file that depends on the JSON data as well as b4w.min.js. When opening this file without using your local server, the JS files can't load.