Understand the Devtools component architecture
mainDevtools is composed of several key components that work together to provide real-time debugging for Tauri apps:
crates/devtools-core: The core instrumentation library that captures and processestracingdata from your application.crates/devtools: The user-facing Tauri plugin that integratesdevtools-coreinto a Tauri application.crates/devtools-v1: A specific Tauri plugin designed for legacy Tauri v1.x versions.crates/wire: Contains the protobuf definitions that establish the message protocol between the app instrumentation and the GUI.clients/web: The web-based GUI hosted atdevtools.crabnebula.devused to visualize the captured data.