Visual Studio Debugging Feature - Tracepoints(mark-dot-net.blogspot.com)
submitted by
Rickasaurus(1225) 3 years, 1 month ago
A tracepoint is simply a breakpoint that will emit a debug trace statement when it is reached. It can emit things like the current function name, stack trace, or the contents of a variable. What's really cool is that you don't have to actually stop execution. This allows you to quickly add debugging statements without the need to check out your code or remember to take the Debug.WriteLine statements out afterwards.
|category: Tips & Tricks
|Views: 296
tags:
Tips another
Everyones tags:
Your Tags: