Share via


SetJITDebuggerPath (Compact 2013)

3/28/2014

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 Compact 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

See Also

Reference

Kernel Functions