RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Debugging in Visual Studio

Lichtblitz

Sorceror
I always had trouble pointing people with complex problems in their code to a clean tutorial that shows how to debug code.

Now I've found that tutorial and I'd like to share it with you:

http://beyondrelational.com/blogs/a...astering-in-visual-studio-2010-debugging.aspx

The following sections are a MUST KNOW for everyone writing their own pieces of code for RunUO. Without that knowledge you will have the hardest time finding some of those nasty bugs:
The following sections are GOOD TO KNOW:
The rest can be helpful as well but you could skip it for now if you don't feel like reading it.
 
Top