Search unanswered questions...
Enter a question here...

What is the difference between Debug.Write and Trace.Write When should each be used?

[Edit]

Answer

Debug.Write & Trace.write - both works in Debug mode, while in Release Mode,Trace.write only will work .Try changing the Active Config property of Solution in Property page nd find the difference.
Debug.write is used while debuging a project and Trace.write is used in Released verion of Applications.

Improve Answer Discuss the question "What is the difference between Debug.Write and Trace.Write When should each be used?" Watch Question

First answer by ID3397120993. Last edit by ID3397120993. Question popularity: 6 [recommend question]

Research your answer:

Answers.com > Wiki Answers > Categories > Technology > Computers > Computer Programming > What is the difference between Debug.Write and Trace.Write When should each be used?