![]() |
What is the difference between Debug.Write and Trace.Write When should each be used? |
[Edit] |
[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.
First answer by ID3397120993. Last edit by ID3397120993. Question popularity: 6 [recommend question]





