Hugo Jerez
Hugo Jerez

Reputation: 183

Is there any alternative to Remote-Debugging-Server (like Weinre)

I am looking for a more modern Weinre alternative

Weinre

The reason why I am looking for a remote debugging system is because I want to be able to debug from one Tablet to another tablet, the first tablet that runs the "devtools" from a URL and the second with my page to debug

Tools like Chrome USB debugging only works from a PC plugged into a phone, but not from a phone to another phone over the internet

Do you know any package that allows me to create a devtools server?

Upvotes: 8

Views: 1204

Answers (1)

Mike
Mike

Reputation: 423

iOS WebKit debug proxy is a great modern alternative.

It allows you to debug directly in Chrome with live preview.

Upvotes: 0

Related Questions