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)
Please sign in to leave a comment.
Debugging on device is not currently supported, sorry
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?
>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
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.
As I wrote, debugging on device (or emulating it) is NOT supported
ok, thanks for the answer.