onEnableDebugging

fun onEnableDebugging(    connectFlags: <Error class: unknown class> = ConnectFlags(0u),     handler: (toggle: Boolean) -> Boolean): <Error class: unknown class>(source)

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 class.SignalAction.html.

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

Parameters

connectFlags

a combination of ConnectFlags

handler

the Callback to connect. Params: toggle toggle the debugger. Returns true if the key binding was handled