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 Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
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] 2012-05-23 23:40:26 +00:00
gb.debug.h The debugger now correctly saves and prints the current error message. 2020-11-11 03:32:03 +01:00
main.c Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
main.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
Makefile.am [DEVELOPMENT ENVIRONMENT] 2012-05-19 02:55:05 +00:00
print.c Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
print.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
profile.c Assert is an new instruction that raises an error as soon as its boolean argument is FALSE. 2018-12-16 00:35:46 +01:00
profile.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00