This post originated from an RSS feed registered with Ruby Buzz
by Huw Collingbourne.
Original Post: Improvements for Ruby Debugging
Feed Title: SapphireSteel Software
Feed URL: http://www.sapphiresteel.com/spip.php?page=backend&id_rubrique=1
Feed Description: Discussion of Ruby, Flex and the Ruby In Steel and Amethyst/Flex IDEs for Visual Studio.
The Visual Studio debugger is simply the best in the business. Period. The problem is getting all its features implemented – and for Ruby there are some tricky problems to solve. Over the last few weeks, I've been working on filling out the features of the Ruby In Steel debugger. One new debugging feature - hover-and-drilldown in the code editor There are several parts to building a Ruby debugger. First, there's the fast component written in C (this is the Cylon (...)