Erik Novales

Game and Software Development, plus other stuff

Erik Novales header image 4

Entries from January 2010

Debugging!

January 24th, 2010 · 1 Comment

Here’s another Reddit stub dealing with a topic that is near and dear to my heart: debugging! Unfortunately, the comments on that article seem to focus more on the “fuzzy” aspects of debugging – the “go home and mull it over while watching TV” kind of stuff, rather than more concrete debugging techniques. Whenever I [...]

[Read more →]

Tags: Development

First Chance .NET Exception Handling

January 21st, 2010 · No Comments

I saw this article posted on Reddit’s programming feed*, which talks about a Visual Studio debugging technique for getting first crack at exceptions, before any upstream handlers run. The Debug->Exceptions dialog can be used to set the debugger to break before any exception handlers fire for a particular exception. This is useful not only for [...]

[Read more →]

Tags: Development

Overdue…

January 21st, 2010 · No Comments

It’s time for the standard “I’ll try to update more often” post. Seriously!

[Read more →]

Tags: Uncategorized