|
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)
Syntaxpublic static void AttachToDebugger(
int processId
)
Public Shared Sub AttachToDebugger (
processId As Integer
)
Parameters
- processId
- Type: SystemInt32
Process Id of the host application.
See Also