ManagedDebugger
Representation of managed debugger in UnityEditor.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Scripting
- Assembly: UnityEditor.CoreModule
public sealed class ManagedDebugger
Static Properties
Property | Description |
|---|---|
| isAttached | Returns true if there is a managed debugger attached to the UnityEditor, or false if there is not. |
| isEnabled | Returns true if managed debugger is enabled, or false if it is not. |
Static Methods
Method | Description |
|---|---|
| Disconnect | Disconnects the managed debugger attached to the UnityEditor. |
Static Events
Member | Description |
|---|---|
| debuggerAttached | This event triggers whenever managed debugger is attached or detached. |