Debug (gb.debug)

This class allows to debug a running Gambas project.

Esta clase no es instanciable.

Propiedades estáticas
Fifo   Return the path of the FIFO file used for communicating with the IDE.

Métodos estáticos
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.

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