IEEnableScriptDebugging function

Allows the webpage error dialog box (with debugging information) to display upon script errors. This is the programmatic equivalent of de-selecting the Disable script debugging (Internet Explorer) checkbox in the Internet Options -> Advanced -> Browsing settings.

Syntax


HRESULT IEEnableScriptDebugging(void);

Parameters

This function has no parameters.

Return value

Returns S_OK if successful.

Remarks

This function is not declared in the software development kit (SDK) headers and has no associated import library. To use IEEnableScriptDebugging, call LoadLibrary on iertutil.dll and then GetProcAddress to load this function by its ordinal value (175).

IEEnableScriptDebugging and IEDisableScriptDebugging have the following ordinals:

FunctionOrdinal value
IEEnableScriptDebugging175
IEDisableScriptDebugging176

 

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008

Header

N/A

DLL

Iertutil.dll

See also

IEDisableScriptDebugging

 

 

Show: