How debug and trace classes are different.

H

Hans Kesting

Bhuwan Bhaskar pretended :
Hi,

How debug and trace classes are different.

Thanks n regrards,
Bhuwan

Calls to Debug.Write (etc) are ignored when the application is built in
Release mode. Calls to Trace.Write happen in both Debug and Release
mode.
That is, if you didn't change the default settings. (Build tab of
project properties, DEBUG and TRACE constants)

Hans Kesting
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top