gambas-source-code/main/lib/debug
gambas 06e2373dd5 Fix memory leaks in debugger expression evaluation routines.
[INTERPRETER]
* BUG: Fix memory leaks in debugger expression evaluation routines.

[GB.DEBUG]
* BUG: Fix memory leaks in debugger expression evaluation routines.
* NEW: The debugger now prints the reference count next to object references.
* BUG: A null pointer is printed as "NULL" now.
2021-06-12 01:39:52 +02:00
..
CDebug.c Stop watching debugger file descriptor as soon as there is a read error. 2021-02-06 17:05:03 +01:00
CDebug.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
debug.c Fix memory leaks in debugger expression evaluation routines. 2021-06-12 01:39:52 +02:00
debug.h The debugger now can watch expressions, and stop when their value changes. 2021-05-24 15:34:37 +02:00
gb.debug.component [GB.DEBUG] 2012-05-23 23:40:26 +00:00
gb.debug.h The debugger now can watch expressions, and stop when their value changes. 2021-05-24 15:34:37 +02:00
main.c The debugger now can watch expressions, and stop when their value changes. 2021-05-24 15:34:37 +02: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 Fix memory leaks in debugger expression evaluation routines. 2021-06-12 01:39:52 +02: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