Previous: Connect to a Mobile Device with WDB Tool Next: Take Screenshots 
WDB(WeTest Debug Bridge) is a tool that let your local Mac or PC to connect to the remote WeTest cloud device for conveniently debugging the device locally. Please follow the instructions below to start remote debugging.
Go to WeTest Console and open a real device in Live Testing
[Optional] Run the following command to backup the current usbmuxd domain socket.
sudo mv /var/run/usbmuxd /var/run/usbmuxd_bak
Download the wdb tool and Run the command to connect to the WeTest iOS device. If you encounter the problem “command not found”, you should run chmod +x wdbin your local terminal,

If the port is already in use, you can use wdb -p <port> start-server to change the port.

Use ./wdb devices to see the devices you have connected.
After finishing your remote debugging, use ./wdb disconnect to disconnect with devices.
Steps to Start Remote Debugging
sudo mv /var/run/usbmuxd /var/run/usbmuxd_bak
./wdb devices to see the devices you have connected../wdb disconnect to disconnect with devicesSteps to Start Remote Debugging
net stop "Apple Mobile Device Service"
./wdb devices to see the devices you have connected../wdb disconnect to disconnect with devices1. command not found?
chmod +x wdb2. Run wdb but showing a popup “developer cannot be verified” ?
Previous: Connect to a Mobile Device with WDB Tool Next: Take Screenshots 