Calls the debugger
Source position: exec.pas line 1223
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 |