Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

ManagedDebugger

class in UnityEditor.Scripting

Description

Representation of managed debugger in UnityEditor.

Static Properties

Description
isAttachedReturns true if there is a managed debugger attached to the UnityEditor, or false if there is not.
isEnabledReturns true if managed debugger is enabled, or false if it is not.

Static Methods

Description
DisconnectDisconnects the managed debugger attached to the UnityEditor.

Events

Description
debuggerAttachedThis event triggers whenever managed debugger is attached or detached.