logseq-electron-debug
Installation
SKILL.md
Logseq Electron Debug Skill
Use this when you need to inspect the Electron renderer (DOM, network, localStorage, Logseq APIs like logseq.api.*).
Prefer launching Electron from static/ (Electron Forge) instead of the root yarn dev-electron-app (gulp wrapper). The wrapper can be noisy and can surface false-negative exit codes even when the app launched.
Quick Start (Remote Debugging Port)
- Ensure the dev app is built:
cd /Users/brz/repos/logseq
yarn watch
- Start Electron with a remote debugging port: