debug-tauri
Installation
SKILL.md
Tauri WebView Debugger
Automated debugging workflow for Tauri applications using tauri-plugin-debug-tools with official plugin integration.
Prerequisites
- tauri-plugin-debug-tools installed and registered
- tauri-plugin-log (v2.0+): Official logging plugin for automatic console collection
- tauri-plugin-screenshots (v2.0+): Cross-platform screenshot capture
- Debug permissions enabled:
debug-tools:default,log:default,screenshots:default - Frontend logger initialized via
attachConsole()(recommended for automatic log forwarding)
Quick Start
Run TAURI_APP_NAME=<app-binary-name> scripts/capture.sh to verify process and capture screenshot.
If process not found, start your dev server (e.g., tauri dev) and retry.