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
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
> 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
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.
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
: 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
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
>
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
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