Feedback

  • Contents
 

II3IDICServer::DebugHandler Method

Synopsis

Launches a debugging session in Interaction Designer for the specified handler. Debugging allows you to monitor a running handler in Interaction Designer.

IDL Function Prototype

HRESULT DebugHandler(

   [in] BSTR HandlerName

);

C/C++ Syntax

HRESULT DebugHandler(BSTR HandlerName);

Parameters

HandlerName

The name of the handler to debug.