Debugging With Tracepoints (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 4 months ago

Well, last week, while I saw John Cunninghams session at PDC 2008 about Visual Studio Debugger Tips & Tricks, I learned something new about breakpoints. The Visual Studio debugger has another feature called tracepoints.

2 comments |category: |Views: 333

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by SemiNormalSemiNormal(2) 3 years, 4 months ago 0

I have been using VS for almost two years and never knew this. Thanks!

Reply

posted by dotnetchrisdotnetchris(157) 3 years, 4 months ago 0

Real useful way to print debug information without needing to pollute your code with print statements if you don't have a logger type interface set up for testing that you can just drop in a debug.print logger.

Reply

information Login or create an account to comment on this story