C# Class MonoDevelop.Debugger.Soft.Unity.UnitySoftDebuggerSession

Debugger session for Unity scripting code
Inheritance: Mono.Debugging.Soft.SoftDebuggerSession
Afficher le fichier Open project: Tak/MonoDevelop.Debugger.Soft.Unity Class Usage Examples

Méthodes publiques

Méthode Description
UnitySoftDebuggerSession ( ) : System

Méthodes protégées

Méthode Description
EndSession ( ) : void
OnAttachToProcess ( long processId ) : void
OnConnected ( ) : void
OnDetach ( ) : void
OnExit ( ) : void
OnRun ( Mono.Debugging.Client.DebuggerStartInfo startInfo ) : void

Private Methods

Méthode Description
EndUnityProcess ( ) : void
StartUnity ( MonoDevelop.Debugger.Soft.Unity.UnityDebuggerStartInfo dsi ) : void

Launch Unity

Method Details

EndSession() protected méthode

protected EndSession ( ) : void
Résultat void

OnAttachToProcess() protected méthode

protected OnAttachToProcess ( long processId ) : void
processId long
Résultat void

OnConnected() protected méthode

protected OnConnected ( ) : void
Résultat void

OnDetach() protected méthode

protected OnDetach ( ) : void
Résultat void

OnExit() protected méthode

protected OnExit ( ) : void
Résultat void

OnRun() protected méthode

protected OnRun ( Mono.Debugging.Client.DebuggerStartInfo startInfo ) : void
startInfo Mono.Debugging.Client.DebuggerStartInfo
Résultat void

UnitySoftDebuggerSession() public méthode

public UnitySoftDebuggerSession ( ) : System
Résultat System