IDebugApplication::FIsAutoJitDebugEnabled

Determines if a just-in-time (JIT) debugger is registered to auto-debug dumb hosts.

Syntax

BOOL FIsAutoJitDebugEnabled();  

Parameters

This method takes no parameters.

Return Value

If the method succeeds and a JIT debugger is registered to auto-debug dumb hosts, the method returns TRUE. Otherwise, it returns FALSE.

Remarks

This method determines if a JIT debugger is registered to auto-debug dumb hosts.

See also

IDebugApplication Interface