91556cac06
* 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 |
||
---|---|---|
.. | ||
CDebug.c | ||
CDebug.h | ||
debug.c | ||
debug.h | ||
gb.debug.component | ||
gb.debug.h | ||
main.c | ||
main.h | ||
Makefile.am | ||
print.c | ||
print.h |