The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
New Debugger Features

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Huw Collingbourne

Posts: 1254
Nickname: huw
Registered: Nov, 2006

Huw Collingbourne is Director of Technology for the Ruby In Steel IDE
New Debugger Features Posted: Feb 21, 2008 3:02 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Huw Collingbourne.
Original Post: New Debugger Features
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
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Huw Collingbourne
Latest Posts From Ruby In Steel

Advertisement
In the upcoming 1.2 release, I've added some new features to the debugger (as well as speeding things up a fair bit as I blogged about previously).
The first (and most useful) new feature is the ability to set the value of a Ruby object from a Visual Studio Watch window. So if you have a variable r whose current value is 3 (say), you can just overtype the 3 with 4 and r will now be 4. In fact, you can use any valid Ruby expression, since the IDE just sends the statement (in this (...)

Read: New Debugger Features

Topic: Ruby/Rails Meetup - Resource Oriented Architecture (ROA) w/ Rails by Alex Bunardzic - Mar/3 @... Previous Topic   Next Topic Topic: The Power of Git, Part 2

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use