ERWIN
ERWIN

Reputation: 171

Does Firefox has similar remote debugging protocol like Chrome Debugging Protocol

Chrome Debugging Protocol is a very good protocol to develop on Chrome, I am looking for the similar remote debugging protocol if Firefox support.

As I known, Firebug is the debugging tool of Firefox, but it is run as a plugin/extension, I need to debug Firefox with separated client connect to Firefox using websocket or other protocols, Then do some statistics for networking and etc.

Upvotes: 2

Views: 526

Answers (1)

Walter
Walter

Reputation: 1470

Please see: https://firefox-source-docs.mozilla.org/remote/index.html.

It does support a subset of the chrome devtools protocol.

AFAIK, if you're trying to drive a browser like you can chrome, it will not work.

Upvotes: 2

Related Questions