[Mono-list] Enabling debug output in the debugger?

Bill Middleton flashdict at gmail.com
Mon May 16 15:34:25 EDT 2005


On 5/16/05, Chris Toshok <toshok at ximian.com> wrote:
> 
> well, DEBUG has to be defined during the build (which it should be, by
> default).


Yes, it is. 

How are you using MDB_DEBUG_FLAGS?



What I'd like to do is see all of the messages, so I set it to 1024. :)

I now see that it's a bitwise & that limits the output, which limited my 
viewing to sourcefile messages.

I've changed the & to a >=, so that my flags trigger any message of equal or 
lesser category. 

I can supply the patch if interested. :)

Bill





Chris
> 
> On Mon, 2005-05-16 at 11:51 +0200, Bill Middleton wrote:
> > The debugger provides flags for the level and redirection of debugging
> > output (MDB_DEBUG_FLAGS, MDB_DEBUG_OUTPUT), but I can't figure out how
> > to turn on debugging output from Report.cs in the first place. I've
> > got a couple of register values which are getting mangled somewhere in
> > managed code before the call to get_current_frame(), and it'd be
> > easier to figure out why if I could utilize Report.Debug.
> >
> > Thanks,
> >
> > Bill
> >
> > _______________________________________________
> > Mono-list maillist - Mono-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://galactus.ximian.com/pipermail/mono-list/attachments/20050516/6e1bca63/attachment.html


More information about the Mono-list mailing list