Debug.Signal (gb.debug)
Static Sub Signal ( ProcessId As Integer )
Send a signal to the specified process that tells him to stop.
The process is supposed to be the gambas intepreter in debugging mode.
The signal sent is
SIGUSR1
until Gambas 3.16.
Since Gambas 3.17, the
SIGUSR2
signal is used instead.