Toggle device debugging in chrome

 

Hi,

to emulate mobile devices chrome offers the 'Toggle Device' Button in Chrome Developer Tools.

How can I emulate mobile devices in a JavaScript Debug Session started from IntelliJ? (Enable Chrome Developer Tools terminates the Debug Session in IntelliJ) 

0
6 comments

Debugging on device is not currently supported, sorry

-1
Avatar
Permanently deleted user

I don't wont to debug on a different device. I'm debugging in chrome on the same machine as runs IntelliJ

I want to simulate Mobile Devices with Device Mode in Chrome like explained here:

https://developers.google.com/web/tools/chrome-devtools/device-mode/

My problem is, that the developer toolbar isn't available if I start Javascript Debug form IntelliJ. Any advice?

 

0

>that the developer toolbar isn't available if I start Javascript Debug form IntelliJ

This is a known Chrome limitation - please see http://code.google.com/p/chromium/issues/detail?id=129539

0
Avatar
Permanently deleted user

I know that the developer toolbar isn't available.I don't want to open the developer toolbar.

I wan't to know how to toggle device mode in a Javascript Debug from IntelliJ.

 

-1

As I wrote, debugging on device (or emulating it) is NOT supported

0
Avatar
Permanently deleted user

ok, thanks for the answer.

0

Please sign in to leave a comment.