R

Ram Sharma • 3.40K Points
Extraordinary

Q. What is the role of 'System.Diagnostics.Debug' class?

  • (A) Handles test assertions
  • (B) Used only in production logs
  • (C) Provides debug-time logging and assertions
  • (D) Compiles project references

Explanation by: Ram Sharma
`System.Diagnostics.Debug` provides logging and assertions only compiled in DEBUG mode.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.