What problem does it solve?
ls-debug helps you stop guessing when LiteSuite’s Electron webview, preload, IPC, or bridging fails, by setting up persistent disk logging and a focused monitor so you can see exactly where the runtime breaks.
Core Features & Use Cases
- Disk-backed runtime logging: Creates and writes to component-specific debug log files under your home directory to preserve evidence across runs.
- Boundary visibility: Guides you to add logs at every handoff (main process managers/handlers, preload “console-message” forwarding, and webview-side error trapping) so failures become traceable.
- Monitor-driven debugging loop: Provides filtered and full tail commands to watch for handshake timeouts, missing preload exposures, IPC non-firing events, and spawn/process issues during rebuild and launch.
Quick Start
Trigger the LiteSuite flow and use ls-debug to set up a component disk logger, tail the log while reproducing the issue, then fix the specific failure point revealed by the monitor output.