Adds useful debug features to your Electron app
86
Build a simple command-line tool that launches an Electron application with automatic debug features enabled during development.
Your tool should:
@generates
/**
* Initializes and launches the Electron application
* Sets up automatic debug features for development
*/
function createApp();
/**
* Toggles developer tools for the main application window
*/
function toggleDevTools();Provides automatic debug features for Electron applications with zero configuration.
The Electron framework for building desktop applications.
Install with Tessl CLI
npx tessl i tessl/npm-electron-debugdocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10