Debug (gb.debug)

This class allows to debug a running Gambas project.

Этот класс несоздаваемый.

Статические свойства
Fifo   Return the path of the FIFO file used for communicating with the IDE.

Статические методы
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.

События
Read   This event is raised when the debugger has sent some data to you.