IsPluginDebugging Function

Retrieves whether or not a plugin is being debugged.

bool IsPluginDebugging(Handle plugin)

Parameters

Handle plugin

Plugin Handle (INVALID_HANDLE uses the calling plugin).

Return Value

True if being debugged, false otherwise.

Errors

Invalid Handle.