github.com/AlpineAIO/wails/v2@v2.0.0-beta.32.0.20240505041856-1047a8fa5fef/pkg/options/debug.go (about)

     1  package options
     2  
     3  // Debug options which are taken into account in debug builds.
     4  type Debug struct {
     5  	// OpenInspectorOnStartup opens the inspector on startup of the app.
     6  	OpenInspectorOnStartup bool
     7  }