Reputation: 800
I was using Inspect Devices
option (Chrome menu > More tools > Inspect Devices)
in Google Chrome for remotely debugging my Cordova
based Android applications. But this option has suddenly disappeared from the Chrome menu. Has the option been moved to some other place ?
Upvotes: 3
Views: 2450
Reputation: 617
To answer your question about 'has it been moved to some other place', it appears that it is being moved to dev tools and will not be accessible where it has previously been.
See this Chromium code review for details: https://codereview.chromium.org/1182493009
Additional information: https://groups.google.com/forum/#!topic/google-chrome-developer-tools/4ElNcRavLjE
Upvotes: 0
Reputation: 6257
Simply run this chrome://inspect/#devices
in chrome or install ADB plugin to your chrome (which opens the same inspection page)
Upvotes: 5