@Kenshin
Thanks for reference,I tried to connect android device with chrome console using following steps mention in given reference as follows
Android Debugging
1 :Make sure that the Android device is on the same LAN as Windows or Mac.
2:Select the Android platform and Debug mode in the build publishing panel of Creator to build a compile-and-run project.
3:Open address with Chrome browser: chrome-devtools://devtools/bundled/inspector.html?v8only=true&ws={ip}:5086/ 00010002-0003-4004-8005-000600070008, where {IP} is the local IP of the Android device, you can debug it.
How we get android ip? i have connected My Mac and android device with same wifi (using mobile network and connecting PC with same mobile network by activating hotspot ).
-I think due to this process i will be on same network. - step 1 is complete.
-I have install app by using build process as mention - step 2 is complete.
-i have open given url () : chrome-devtools://devtools/bundled/inspector.html?v8only=true&ws={ip}:5086/ 00010002-0003-4004-8005-000600070008 by adding ip = ip from “whatismyip.com”
still I am not able to debug on chrome. What is going wrong here? Every time i got message “debugging connection was closed websocket disconnected”.