Introduction Recently I worked on a redesign of one of my client’s mobile website. One of the key challenges I encountered was to test the new features of the mobile-only website on the emulators. This is because there are some new features which is hard to test without an actual device. Therefore I decided to debug the mobile site by using an actual device connected to a laptop and using Chrome as the tool for it. But I encountered new challenges. One of them being the device not getting recognized for debugging and not even showing in the Windows Device Manager . In this article we are focusing on the Android side of things. I used the following tools : A PC laptop (with window 7 and above) An Android phone. (I used a Samsung Galaxy S5 Neo) Browser: Chrome Clarification note : This is not a step by step article for debugging the apps as you can find that in the reference provided here . This article is my personal experience when goi...