This post originated from an RSS feed registered with Ruby Buzz
by Huw Collingbourne.
Original Post: The Amethyst 2.0 Debug Canvas
Feed Title: Ruby In Steel
Feed URL: http://www.sapphiresteel.com/spip.php?page=backend
Feed Description: Developers' Blog of the Ruby In Steel and Amethyst (Adobe Flex) IDEs for Visual Studio
When you've got a bug (and I have been known to come across the occasional home grown specimen), there's often no one technique that will help you track it down. It's important to have a good array of debugging tools at your disposal. Remember, if all you have is a hammer, then every problem looks like a nail. One of the problems I find is that the debugging ‘stack trace' often gives a rather one dimensional, linear view of the problem. It does indeed show how (...)