Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best javascript console for chrome [closed]

i been using firebug in firefox, which is great tool for debugging code for php/javascript. recently some stuff stop working on my site, well works fine in firefox, but does not in chrome, so i need to debug it in chrome, but i cant find any good debugger for it, do you guys have any suggestion on this.

like image 687
Basit Avatar asked Jan 23 '11 19:01

Basit


People also ask

How do I persist a Chrome Console log?

Chrome console logClick the 3 dots, at the top-right, to open the overflow menu. Choose 'More tools' > 'Developer tools' to bring up the console. Select the 'Console'' tab and make sure the option 'Preserve log' is checked.

How do I close the Chrome Console?

Open Chrome DevTools. Press Control+Shift+P or Command+Shift+P (Mac) to open the Command Menu. Start typing javascript , select Disable JavaScript, and then press Enter to run the command. JavaScript is now disabled.


1 Answers

The chrome developer tools/webkit. On my mac cmd+option+i opens it up. Its got everything you need: a profiler, a console, resources, a debugger, etc....

You can open it up manually in the "tools" part of this: alt text

like image 131
hvgotcodes Avatar answered Oct 08 '22 18:10

hvgotcodes