On 12/22/05 10:04 AM, Uwe Voelker wrote:
> Manager's get_objects unconditionally returns "[EMAIL PROTECTED]", whereas the
> doc says it respects list context (and I vague remember it did some
> releases ago).

The docs are wrong, but I've changed my mind on this a few times.  Opinions?

> Also, is there a nicer debugging output (I mean compared to "print
> Dumper($object)")?

That depends on what you want to debug.  Each important class has a $Debug
package variable that you can localize and set to true.

    local $Rose::DB::Object::Debug = 1;
    local $Rose::DB::Object::Manager::Debug = 1;

This is not a public interface, however, and may change at any time.  I'll
probably add some debug() class methods eventually...

-John




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to