Interface Window.OnEnableDebugging

Enclosing class:
Window
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Window.OnEnableDebugging
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onEnableDebugging(boolean toggle)
    Emitted when the user enables or disables interactive debugging.
  • Method Details

    • onEnableDebugging

      boolean onEnableDebugging(boolean toggle)
      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](class.SignalAction.html).

      The default bindings for this signal are Ctrl-Shift-I
      and Ctrl-Shift-D.
      Parameters:
      toggle - toggle the debugger
      Returns:
      %TRUE if the key binding was handled