• Editor.Debugger
    • Properties
      • Editor.Debugger.debugPort
      • Editor.Debugger.isNodeInspectorEnabled
      • Editor.Debugger.isReplEnabled
    • Methods
      • Editor.Debugger.activeDevtron ()
      • Editor.Debugger.toggleNodeInspector ()
      • Editor.Debugger.toggleRepl ()
      • Editor.Debugger.startNodeInspector ()
      • Editor.Debugger.startRepl ()
      • Editor.Debugger.stopNodeInspector ()
      • Editor.Debugger.stopRepl ()

    Editor.Debugger

    The debugger utils for the main process.

    Properties

    Editor.Debugger.debugPort

    The debug port for node inspector.

    Editor.Debugger.isNodeInspectorEnabled

    Indicate if the node inspector is enabled.

    Editor.Debugger.isReplEnabled

    Indicate if the repl is enabled.

    Methods

    Editor.Debugger.activeDevtron ()

    Active devtron.

    Editor.Debugger.toggleNodeInspector ()

    Toggle the node inspector in main process.

    Editor.Debugger.toggleRepl ()

    Toggle the repl in main process.

    Editor.Debugger.startNodeInspector ()

    Turn on the node inspector in main process.

    Editor.Debugger.startRepl ()

    Turn on the repl in main process.

    Editor.Debugger.stopNodeInspector ()

    Turn off the node inspector in main process.

    Editor.Debugger.stopRepl ()

    Turn off the repl in main process.