SetJITDebuggerPath (Windows Embedded CE 6.0)

1/6/2010

This function changes the default Just-in Time (JIT) debugger dynamically.

SetJITDebuggerPath can be called only by a trusted process.

Syntax

BOOL SetJITDebuggerPath(
  LPCWSTR pszDbgrPath 
);

Parameters

  • pszDbgrPath
    [in] Path of the new JIT debugger.

Return Value

A nonzero value indicates success. FALSE indicates failure.

Remarks

This function changes the JIT debugger that is invoked when an exception occurs. The new JIT debugger is in effect for any exception that occurs after SetJITDebuggerPath is called.

SetJITDebuggerPath is used primarily to handle Windows Embedded CE error reporting and to enable debugger writers to handle breakpoint exceptions coming from processes that are not being debugged.

Requirements

Header pkfuncs.h
Library coredll.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Kernel Functions