gambas-source-code/main/lib/debug
Benoît Minisini 87df43bd18 [DEVELOPMENT ENVIRONMENT]
* NEW: The debugger now can be told to break the program on any error.
* NEW: Statistic tab in the project property dialog.

[INTERPRETER]
* BUG: Don't crash if an unknown option is passed with the '-g' option.
* NEW: The debugger now can be told to break the program on any error.
* NEW: System.BreakOnError is a new property that allows to set the 
  internal "break on error" option at runtime. I don't know if it is 
  actually useful, so I may remove it.

[GB.DEBUG]
* NEW: The debugger now can be told to break the program on any error.


git-svn-id: svn://localhost/gambas/trunk@6011 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-12-18 11:21:01 +00:00
..
CDebug.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
CDebug.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
debug.c [DEVELOPMENT ENVIRONMENT] 2013-12-18 11:21:01 +00:00
debug.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb.debug.component [GB.DEBUG] 2012-05-23 23:40:26 +00:00
gb.debug.h [DEVELOPMENT ENVIRONMENT] 2013-12-18 11:21:01 +00:00
main.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
main.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
Makefile.am [DEVELOPMENT ENVIRONMENT] 2012-05-19 02:55:05 +00:00
print.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
print.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
profile.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
profile.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00