PurpleKingdomGames / indigo

An FP game engine for Scala.
https://indigoengine.io/
MIT License
612 stars 56 forks source link

Indigo Plugin: add parameter to start electron with dev tools open #459

Open davesmith00000 opened 1 year ago

davesmith00000 commented 1 year ago

I believe you can start electron with the dev tools open. Sometimes when a program hangs the dev tools will refuse to open either by keyboard shortcut or from the menu dropdown, so it would be nice to just have it there by default.

davesmith00000 commented 1 year ago

The code for this looks simple, it's actually already in the indigo-plugin electron template commented out and in theory just need a configuration if statement around it. However if you uncomment it, the app does not work...