Debug (gb.debug)

This class allows to debug a running Gambas project.

This class is not creatable.

Static properties
Fifo   Return the path of the FIFO file used for communicating with the IDE.

Static methods
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.

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