blob: e4cbb5dc0be38ff37e0b9e08313ea3588a227f7c (
plain)
1
2
3
4
5
6
|
The devtools is built around a client/server architecture because the
tools run outside of the process it debugs. This protocol is
documented extensively in the [Remote Debugging
Protocol](https://wiki.mozilla.org/Remote_Debugging_Protocol) wiki
page.
|