CApplication.ShellDebug


public property ShellDebug

Prototype:

Read/Write property ShellDebug[=delegate]

Description:

Sets the debug call back function. This function is automatically called by the debugger. It should have this prototype:

public function DebugCallback(SenderAPID, MSGID, szData)

This function is intended to be used by the IDE only.

Return value:

Returns a delegate to use when as a debugger callback, or null if not set.