• dump objects

    By F. Kranenburg 1 decade ago

    Mark, many thanks for this toolbar! It helps a lot when debugging applications. I found a small bug. I have a lot of custom objects (that are probably undumpable) inside my viewscope and I got server error when the control tries to dump them.

    I found out that if I added 'break;' in the "object" switch inside the _dumpObject function, that it now skips to process my objects. Somehow (I think), without the break it returns to 'default' of the switch.

    • not a bug

      By F. Kranenburg 1 decade ago

      I just found out my 'solution' breaks other dumps. It looks like when it encounters a [function Function] inside a object, it breaks.