Re: [Ironruby-core] debugging IR

2008-05-05 Thread Robert Brotherus
I return to this debugging issue briefly since in the recent IronRuby SVN versions the variable viewing support has been on decline. John Lam (DLR) Sent: Thursday, March 27, 2008 6:47 PM: > Debugging support works today in Silverlight as long as you have the > Silverlight tools for VS installed. I

Re: [Ironruby-core] debugging IR

2008-04-02 Thread Tomas Matousek
No defense available :) More changes coming soon. Tomas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Lam (DLR) Sent: Wednesday, April 02, 2008 6:36 AM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] debugging IR > Regarding

Re: [Ironruby-core] debugging IR

2008-04-02 Thread John Lam (DLR)
> Regarding the local variables I did not see any directly in the > "Locals" > table of Visual Studio, but I was able to dig them up from $frame -> > Scope -> Dict -> SymbolAttributes Ah yes- I think this is Tomas' fault due to his latest change in local scopes that are part of the work required

Re: [Ironruby-core] debugging IR

2008-04-02 Thread Robert Brotherus
CTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jimmy Schementi Sent: 31. maaliskuuta 2008 13:31 To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] debugging IR You have to explicitly tell the DLR to generate "debuggable" code. ScriptRuntime env = ScriptRuntime.Create(setup); env.

Re: [Ironruby-core] debugging IR

2008-03-31 Thread Jimmy Schementi
erus -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tomas Matousek Sent: 28. maaliskuuta 2008 4:25 To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] debugging IR "It should just work" means you open IronRuby.sln, the Ruby source file you w

Re: [Ironruby-core] debugging IR

2008-03-31 Thread Robert Brotherus
: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] debugging IR "It should just work" means you open IronRuby.sln, the Ruby source file you want to debug, place a breakpoint and run Ruby.Console project with the source file path on the command line. Tomas -Original Messa

Re: [Ironruby-core] debugging IR

2008-03-27 Thread Tomas Matousek
f John Lam (DLR) Sent: Thursday, March 27, 2008 6:47 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] debugging IR Jeff Siebold: > I've been following IR since pre-alpha and have enjoyed being able to > play with .NET within Ruby. Since the beginning, the one thing that >

Re: [Ironruby-core] debugging IR

2008-03-27 Thread John Lam (DLR)
Jeff Siebold: > I've been following IR since pre-alpha and have enjoyed being able to > play with .NET within Ruby. Since the beginning, the one thing that > I've been most looking forward to has been debugging. I've seen that > some debugging might already be in the current SVN rev (a blog post b

[Ironruby-core] debugging IR

2008-03-27 Thread Jeff Siebold
Hi all, I've been following IR since pre-alpha and have enjoyed being able to play with .NET within Ruby. Since the beginning, the one thing that I've been most looking forward to has been debugging. I've seen that some debugging might already be in the current SVN rev (a blog post by John & I thi