Initialises the debugger, connects to the specified pipe and loads debug info
from the build directory.
Namespace: Kernel.Debug.DebuggerAssembly: Kernel.Debug.Debugger (in Kernel.Debug.Debugger.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
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: BooleanTrue if connected. Otherwise false.
See Also