English 中文(简体)
将远程移动设备连接到Mac 上的铬底盘
原标题:Connect remote mobile device to chrome devtools on Mac
community! Just wanted to ask if is it possible to connect my Android phone(in this case Motorola z2 force Android 7.0) to chrome devtools. The problem is that I m writing a web site and that it was useable in mobile devices. Everything works fine on all mobiles devices which I have tested, but there is a problem on my Motorola. I want to discover what is the problem, but i can t connect it like in described in google documentation and stackoverflow. I m using google chrome version 117.0.5938.132, (x86_64), MacBook Pro (Retina, 15-inch, Mid 2015) with macOS Monterey 12.6.8 (21G725) I switch on developer mode on my device Connect my device via usb to mac open chrome://inspect#device and the device is not showing in list as expected. So I want to debug my ui on motorola to see what causes the problem and looking the ways to do it
问题回答
I have it the same problem You have to eneable de Dev mode on chrome and on the device tapping the build in number 7 times like said here https://en-us.support.motorola.com/app/answers/detail/a_id/160067/~/developer-options then on the dev options you also have to eneable USB debugging. after that just have to do as the che developer sayshttps://developer.chrome.com/docs/devtools/remote-debugging and give the permission to the pc. hope this resolve your problem
I had the same issue, I was not able to see "USB Debugging" but after enabling it by clicking on "Build number" 7 times, I was able to see "USB Debugging". Enabled it. Now I needed to reconnect the cable and opened:chrome://inspect/#apps Here, it will prompt on mobile to allow access. I had to wait for a while to get app shown in chrome. I hope that resolves the issue.




相关问题
Eclipse: Hover broken in debug perspective

Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable s value. Instead, hover behaves as if I were in normal Java perspective: alt text http://...

IIS 6.0 hangs when serving a web-service

I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio. Once I deploy on the ...

Tips for debugging a made-for-linux application on windows?

I m trying to find the source of a bug I have found in an open-source application. I have managed to get a build up and running on my Windows machine, but I m having trouble finding the spot in the ...

Asp.Net MVC - Problem returning a model to the view

I ve recently started using the Areas functionality of the Preview2 and it was working ok until I needed to return a Model to the view. Controller: public ActionResult ForgotPassword() { return ...

Unable to generate PDB files in Visual Studio 2005

For most assemblies, I m able to generate their respective .pdb files. However, I ve got one project that isn t generating their .pdb files. I ve made sure that it on debug mode and that the project ...

热门标签