in Search
     

Browse Site by Tags

Showing related tags and posts accross the entire site.
All Tags » Tips » debugging (RSS)
  • Visual Studio Tip #4 - Debugging expressions by highlighting

    When you just want to watch for the result of a particular operation, like (this.Right - this.Left)/2 you don't need to copy and paste it in the Immediate Window or launch QuickWatch with the expression selected. You just have to select the said expression and point the mouse over it.
    Posted to Weblog by jokiz on 04-28-2005
  • Visual Studio Tip #1 - Break into Debugger when Exception is thrown

    The Visual Studio Debugger is one of the developer’s closest friend but befriending VS takes a lot of effort especially if you are just new in using it. I myself took time before I can fully exploit the VS debugging features and I want to share them to you. You might encounter an application raising...
    Posted to Weblog by jokiz on 02-24-2005
Page 1 of 1 (2 items)