Weinre Remote Debugging
Weinre (Web Inspector Remote) is a webpage remote debugging tool integrated with Whistle, allowing developers to debug webpages on mobile devices directly from their computers.

Usage
- Configure the debugging rule. Add the following to the Whistle rule configuration:txt
pattern weinre://your-debug-id
- Visit the target page
- Open/refresh the page you want to debug on your mobile device
- Ensure your device and debugging computer are on the same network
- Find the Weinre option in the Whistle top menu bar
- Hover your mouse and select the "your-debug-id" submenu you set
- Click to open the Weinre debugging page
- You can set separate debug-ids for different pages to enable parallel debugging:txt
mobile.example.com weinre://mobile-debug tablet.example.com weinre://tablet-debug
