gambas-source-code/main/lib/debug
gambas 2ca5bdd574 The debugger now correctly saves and prints the current error message.
[INTERPRETER]
* NEW: Add a debug API that returns the current error message, and remove the API that printed it.

[GB.DEBUG]
* BUG: The debugger now correctly saves and prints the current error message.
2020-11-11 03:32:03 +01:00
..
CDebug.c Debug.Fifo is a new property that returns the name of the FIFO used for communication with the IDE. 2020-03-09 02:23:41 +01:00
CDebug.h
debug.c The debugger now correctly saves and prints the current error message. 2020-11-11 03:32:03 +01:00
debug.h Debug.Fifo is a new property that returns the name of the FIFO used for communication with the IDE. 2020-03-09 02:23:41 +01:00
gb.debug.component
gb.debug.h The debugger now correctly saves and prints the current error message. 2020-11-11 03:32:03 +01:00
main.c
main.h
Makefile.am
print.c
print.h
profile.c
profile.h