Debugger Init Method Fling OS
Initialises the debugger, connects to the specified pipe and loads debug info from the build directory.

Namespace: Kernel.Debug.Debugger
Assembly: Kernel.Debug.Debugger (in Kernel.Debug.Debugger.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax

public bool Init(
	string pipe,
	string buildFolder
)

Parameters

pipe
Type: System String
The name of the pipe (excl. "\\.\pipe\") to connect to.
buildFolder
Type: System String
The folder path that the kernel was built to.

Return Value

Type: Boolean
True if connected. Otherwise false.
See Also