Is it possible to open developer tools console in Chrome on Android phone?

An AngularJS application works fine on desktop, but is not rendering properly on mobile (actual code is showing). This is on an Android phone. I would like to see what errors are showing in the console. Is it possible to open JS console on chrome app on mobile (like it is on desktop)? 9 Answers … Read more

Automatically open Chrome developer tools when new tab/new window is opened

I have HTML5 application which opens in a new window by clicking a link. I’m a bit tired of pressing Shift + I each time I want to logging network communication to launch Developer tools because I need it always. I was not able to find an option to keep Developer Tools always enabled on … Read more

Chrome DevTools Devices does not detect device when plugged in

I cannot seem to get the DevTools Devices feature to work on my Samsung Galaxy S4 even after following the steps outlined at https://developers.google.com/chrome-developer-tools/docs/remote-debugging My device has Chrome v32 and Chrome Beta v33, while my PC has Chrome v33 and Chrome Canary v35. USB debugging is enabled on my device and device driver has been … Read more

How to find what code is run by a button or element in Chrome using Developer Tools

I’m using Chrome and my own website. What I know from the inside: 1) I have a form where people sign up by clicking this orange image-button: 2) I inspect it, and this is all it is: <img class=”formSend” src=”images/botoninscribirse2.png”> 3) At the top of the source code, there are tons of script sources. I … Read more

What’s the difference between “Normal Reload”, “Hard Reload”, and “Empty Cache and Hard Reload” in Chrome?

I recently discovered this new feature in Chrome: I can figure out the difference between option 1 and option 3, and that option 2 is probably something in between, but I can’t find any more precise information anywhere. Anybody know the precise behavior of each of the 3 options? 4 Answers 4