KCML_Debug_Workbench

Purpose

Break in to a background running program

Definition

DEFSUB 'KCML_Debug_Workbench(partition, BYREF MagicCookie$) AS Void

Parameters

partitionPartition Number
MagicCookieReturn the Magic Cookie

Description

This function is used to signal the given partition into listening mode for debugging. Once the partition is in listening mode, the KClient internal $DECLARE function KCMLDebugBackProcess could be called to create a new KClient by the given MagicCookie to break into the background process.

See also

Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.