CApplication.ClientDebugShell


static function ClientDebugShell

Prototype:

static function ClientDebugShell(szApplicationPath,nDebugPipe)

Parameters

szApplicationPath
the application path on the current server that needs to be executed by the client
nDebugPipe
the pipe to use (must be set to the value of the GetAPID() static function)

Description:

Tells the client to spawn itself, and execute another application in the debug mode, on the current server; this function is intended to be used by IDEs only. The parent application will handle the debugger messages.

Return value:

Returns null.