Architecture

Chrome Remote DevTools uses a 3-tier architecture to enable remote debugging of web pages.

Overview

Components

  • Server - WebSocket relay server implementation
  • Client - CDP client implementation
  • Inspector - Inspector UI implementation