Nancy,

This does not seem to be working for a lot of DXDebugs! For example, if I enable Trace("X", 1), then I expect to get all the DXDebug messages from displayx.c. There was a lot of colormap messages I wanted to see. But they never show up. These are "X" debugs from the executive. The only messages I get when turning on the Trace are the "X" messages from the UI (focus in/out etc.).

Any other suggestions on how to use the debugging info?

David

 > Subject: Re: [opendx-dev] instance numbers in dxui
 >
 > How do you turn on the DXDebug instances in the executive? For
 > example, there is code called similar to DXDebug("X","error");
 >
 > David

david - look at the Trace() module.  if you want to enable all DXDebug()
messages which have an "X" as their first arg, add a 'Trace("X", 1)'  module
to your net.  i don't think you need to connect it to anything - it's marked
as a "side effect" module in the .mdf file so it will be run by the exec w/o
having to be connected anyplace.

you can enable multiple chars at once - e.g. if i remember right most of
the memory routines use DXDebug("M", "blah blah"), so you could do:
Trace("XM", 1); to enable both kinds.     set the second parm to 0 to shut
them up.

nancy
[EMAIL PROTECTED]

.............................................................................
David L. Thompson                          The University of Montana
mailto:[EMAIL PROTECTED]                 Computer Science Department
http://www.cs.umt.edu/u/dthompsn           Missoula, MT  59812
                                           Work Phone : (406)257-8530

Reply via email to