SetJITDebuggerPath (Windows CE 5.0)

Send Feedback

This function allows applications to change the default JIT debugger dynamically.

SetJITDebuggerPath can only be called by a trusted process.

BOOLSetJITDebuggerPath(LPCWSTR pszDbgrPath);

Parameters

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

Return Values

Returns a nonzero value to indicate success.

FALSE indicates failure.

Remarks

This function allows users to change 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 CE Error Reporting and to enable debugger writers to handle breakpoint exceptions coming from processes that are not being debugged.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Pkfuncs.h.
Link Library: Coredll.lib.

See Also

Kernel Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.