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

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

Public Methods

Method Description
UnitySoftDebuggerSession ( ) : System

Protected Methods

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

Private Methods

Method Description
EndUnityProcess ( ) : void
StartUnity ( MonoDevelop.Debugger.Soft.Unity.UnityDebuggerStartInfo dsi ) : void

Launch Unity

Method Details

EndSession() protected method

protected EndSession ( ) : void
return void

OnAttachToProcess() protected method

protected OnAttachToProcess ( long processId ) : void
processId long
return void

OnConnected() protected method

protected OnConnected ( ) : void
return void

OnDetach() protected method

protected OnDetach ( ) : void
return void

OnExit() protected method

protected OnExit ( ) : void
return void

OnRun() protected method

protected OnRun ( Mono.Debugging.Client.DebuggerStartInfo startInfo ) : void
startInfo Mono.Debugging.Client.DebuggerStartInfo
return void

UnitySoftDebuggerSession() public method

public UnitySoftDebuggerSession ( ) : System
return System