Window.addOnEnableDebugging

Emitted when the user enables or disables interactive debugging.

When @toggle is %TRUE, interactive debugging is toggled on or off, when it is %FALSE, the debugger will be pointed at the widget under the pointer.

This is a keybinding signal.

The default bindings for this signal are Ctrl-Shift-I and Ctrl-Shift-D.

class Window
gulong
addOnEnableDebugging
(
bool delegate
(
bool
,)
dlg
,)

Return Value

Type: gulong

%TRUE if the key binding was handled

Meta