Documentation ¶
Overview ¶
Package debug provides general debug feature management for Gio, including the ability to toggle debug features using the GIODEBUG environment variable.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Text atomic.Bool
Text controls whether the text subsystem has debug logging enabled.
Functions ¶
func Parse ¶
func Parse()
Parse processes the current value of GIODEBUG. If it is unset, it does nothing. Otherwise it process its value, printing usage info the stderr if the value is not understood. Parse will be automatically invoked when the first application window is created, allowing applications to manipulate GIODEBUG programmatically before it is parsed.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.