diff options
Diffstat (limited to 'devtools/docs/protocol.md')
-rw-r--r-- | devtools/docs/protocol.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devtools/docs/protocol.md b/devtools/docs/protocol.md new file mode 100644 index 000000000..e4cbb5dc0 --- /dev/null +++ b/devtools/docs/protocol.md @@ -0,0 +1,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.
\ No newline at end of file |