Calls the debugger
Source position: exec.pas line 1230
procedure Debug( |
Flags: LongWord |
); |
Flags |
|
Currently a 0 is passed to allow future expansion. |
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.
|
Change a function vector in a library |