DevPinoy.org
A Filipino Developers Community
All Tags » .net » debugging (RSS)
Attention: Site upgrade failed last night. Will resume updates this weekend. Thanks!- Keith

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Enhanced debugging with debugging attributes

    i have read before that .NET 2.0 enhances debugging with the new debugging attributes. most useful one that i have seen is the ability to filter out all the members of a class instance as displayed in debugging windows (watch, locals, etc.) using DebuggerBrowsable attribute. i just read an article tonite...
    Posted to jokiz (Weblog) by jokiz on 06-07-2006
  • 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 jokiz (Weblog) by jokiz on 04-28-2005
  • MissingMethodException during a form load at designtime

    Some control properties where dropped. Forms still have them in InitializeComponent. Form is loaded at designtime with an attached debugger instance (devenv.exe). CodeDomSerializer class tries to deserialize the said property set. A MissingMethodException was raised. Attached debugger could not give...
    Posted to jokiz (Weblog) by jokiz on 03-17-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 jokiz (Weblog) by jokiz on 02-24-2005
Page 1 of 1 (4 items)

Copyright DevPinoy 2005-2008
Powered by Community Server (Commercial Edition), by Telligent Systems