gambas-source-code/main/lib/debug
gambas d91451cf1e Assert is an new instruction that raises an error as soon as its boolean argument is FALSE.
[COMPILER]
* NEW: Assert is an new instruction that raises an error as soon as its boolean argument is FALSE. The associated bytecode is not emitted if the '-x' option is specified.

[INTERPRETER]
* NEW: Assert is an new instruction that raises an error as soon as its boolean argument is FALSE.

[GB.DEBUG]
* BUG: Fix a potential array overflow.
2018-12-16 00:35:46 +01:00
..
CDebug.c Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CDebug.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
debug.c Handle TRY inside JIT functions correctly. 2018-11-02 21:44:40 +01:00
debug.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
gb.debug.component [GB.DEBUG] 2012-05-23 23:40:26 +00:00
gb.debug.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +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