Unit 'EXEC' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

Debug

Calls the debugger

Declaration

Source position: exec.pas line 1223

procedure Debug(

  flags: LongWord

);

Arguments

flags

  

Currently a 0 is passed to allow future expansion.

Description

This function calls the system debugger. Debuggers are encouraged to take over this entry point (via SetFunction()) so that when an application calls Debug(), the alternative debugger will get control.

See also

SetFunction

  

Change a function vector in a library


Documentation generated on: 2021-07-30