Debug (gb.debug)

This class allows to debug a running Gambas project.

Diese Klasse kann nicht erzeugt werden.

Statische Eigenschaften
Fifo   Return the path of the FIFO file used for communicating with the IDE.

Statische Methoden
Begin   Initialize the debugging session.
End   Exits the debugging session, by deleting the named pipes created by Begin.
GetSignal   Returns the description of a signal from its number.
Signal   Send a signal to the specified process that tells him to stop.
Start   Starts the debugging session.
Stop   Stops the debugging session.
Write   Sends some data to the debugger.

Ereignisse
Read   This event is raised when the debugger has sent some data to you.