This post originated from an RSS feed registered with Ruby Buzz
by Huw Collingbourne.
Original Post: ActionScript Expression Evaluation in Cylon for Amethyst
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
The current beta version of the Amethyst Cylon debugger has most of what is needed to for a first class Flash debugger. It's got breakpoints (naturally), conditional breakpoints, a console for tracing, call stack and hierarchical property expansion in the Watch Window - and many other things beside. But what it is missing is an Expression Evaluator that lets you type arbitrary expressions like ‘a.b(d, e)[2]' . Until now, that is. In Visual Studio, there are two places (...)