Charles Strahan
2010-Aug-01 22:20 UTC
[Ironruby-core] IronRuby & Microsoft.Scripting.Debugging
Hello, What is the current plan for supporting Microsoft.Scripting.Debugging in IronRuby? I''d like to implement ruby-debug-base, so I may eventually get to ruby-debug-ide (IR support in RubyMine, woot!). Could IronRuby perhaps expose an ITracePipeline instance? That alone* would provide most of the debug functionality needed (set next line, trace callbacks). Peeking into the scope could easily accomplished using the RubyContext, I think. Should I open a ticket on CodePlex for this? I couldn''t find anything related using the search. -Charles * Of course, IronRuby would also have to use a DebugContext instance to rewrite the expression trees to make them debuggable, among other things. I''m not saying it wouldn''t be a lot of work :)
Tomas Matousek
2010-Aug-02 01:53 UTC
[Ironruby-core] IronRuby & Microsoft.Scripting.Debugging
There is no plan for that other than that we want to do that at some point :-) Tomas -----Original Message----- From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Charles Strahan Sent: Sunday, August 01, 2010 3:21 PM To: ironruby-core at rubyforge.org Subject: [Ironruby-core] IronRuby & Microsoft.Scripting.Debugging Hello, What is the current plan for supporting Microsoft.Scripting.Debugging in IronRuby? I''d like to implement ruby-debug-base, so I may eventually get to ruby-debug-ide (IR support in RubyMine, woot!). Could IronRuby perhaps expose an ITracePipeline instance? That alone* would provide most of the debug functionality needed (set next line, trace callbacks). Peeking into the scope could easily accomplished using the RubyContext, I think. Should I open a ticket on CodePlex for this? I couldn''t find anything related using the search. -Charles * Of course, IronRuby would also have to use a DebugContext instance to rewrite the expression trees to make them debuggable, among other things. I''m not saying it wouldn''t be a lot of work :) _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core
Charles Strahan
2010-Aug-02 14:19 UTC
[Ironruby-core] IronRuby & Microsoft.Scripting.Debugging
Cool :) -Charles On Sun, Aug 1, 2010 at 8:53 PM, Tomas Matousek <Tomas.Matousek at microsoft.com> wrote:> There is no plan for that other than that we want to do that at some point :-) > > Tomas > > -----Original Message----- > From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Charles Strahan > Sent: Sunday, August 01, 2010 3:21 PM > To: ironruby-core at rubyforge.org > Subject: [Ironruby-core] IronRuby & Microsoft.Scripting.Debugging > > Hello, > > What is the current plan for supporting Microsoft.Scripting.Debugging in IronRuby? ?I''d like to implement ruby-debug-base, so I may eventually get to ruby-debug-ide (IR support in RubyMine, woot!). > > Could IronRuby perhaps expose an ITracePipeline instance? ?That alone* would provide most of the debug functionality needed (set next line, trace callbacks). ?Peeking into the scope could easily accomplished using the RubyContext, I think. > > Should I open a ticket on CodePlex for this? ?I couldn''t find anything related using the search. > > -Charles > > * Of course, IronRuby would also have to use a DebugContext instance to rewrite the expression trees to make them debuggable, among other things. I''m not saying it wouldn''t be a lot of work :) _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >