Adds useful debug features to your Electron app
86
Create a simple Electron application that automatically sets up development tools for newly created windows. The application should have a main window and should be able to spawn additional child windows. When any window is created, development features should be automatically initialized without manual setup for each window.
Your application should:
main.js that handles window creationindex.html) and child window (child.html)app.whenReady() pattern to start the application@generates
// Main process entry point that:
// - Initializes the application
// - Sets up event-driven development tools initialization
// - Creates the main window
// - Handles window lifecycleProvides automatic development tools setup for Electron 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