Name

JITEnable Variable

Syntax

var JITEnable: Byte;

Description

JITEnable determines which exceptions enable the just-in-time debugger.

Tips and Tricks

  • The default value is 0, which means only unhandled exceptions start the just-in-time debugger.

  • A value of 1 means non-Delphi exceptions trigger the just-in-time debugger.

  • A value of 2 or more means any exception starts the just-in-time debugger.

See Also

DebugHook Variable, ErrorProc Variable, ExceptionClass Variable, ExceptProc Variable, Raise Keyword

Get Delphi in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.