gambas-source-code/main/lib/debug
Benoît Minisini 91556cac06 [DEVELOPMENT ENVIRONMENT]
* NEW: The debug window has a button to switch between "normal view" and 
  "symbol view". In "normal view", array and collection contents are
  displayed. If the object is not an array or a collection, then all
  non-hidden symbols are displayed. In "symbol view", all objects symbols 
  are displayed, whatever the object type is.

[INTERPRETER]
* NEW: The debugger now can display collection-like objects. An object can 
  be displayed like a collection if it has a Count property, is enumerable,
  has a _get special method taking a string, and has a Key property that 
  returns the key of the last enumerated element.

[GB.DEBUG]
* NEW: The debugger now can display collection-like objects. An object can 
  be displayed like a collection if it has a Count property, is enumerable,
  has a _get special method taking a string, and has a Key property that 
  returns the key of the last enumerated element.

[GB.FORM]
* BUG: GridView.Clear resets the height of all rows to the default value.


git-svn-id: svn://localhost/gambas/trunk@4558 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-03-17 02:05:31 +00:00
..
CDebug.c
CDebug.h
debug.c [DEVELOPMENT ENVIRONMENT] 2012-03-17 02:05:31 +00:00
debug.h
gb.debug.component
gb.debug.h [DEVELOPMENT ENVIRONMENT] 2012-03-17 02:05:31 +00:00
main.c
main.h
Makefile.am
print.c [DEVELOPMENT ENVIRONMENT] 2012-03-17 02:05:31 +00:00
print.h