Click or drag to resize

ToolsAttachToDebugger Method

Attaches the calling assembly to the debugger.

Namespace:  CADSharpTools.Testing
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public static void AttachToDebugger(
	int processId
)

Parameters

processId
Type: SystemInt32
Process Id of the host application.
See Also