Re: [Ironruby-core] On Console options

2008-03-14 Thread Michael Letterle
, Mar 14, 2008 at 10:50 AM Subject: On Console options To: ironruby-core@rubyforge.org Hi, I'm sure this is another case of PEBKAC but I've been looking in the code and I think that's how it's supposed to work. When I want to use -X:ILDebug or -X:SaveAssemblies I assume the rbx command

Re: [Ironruby-core] On Console options

2008-03-14 Thread Tomas Restrepo
Don't do it from PowerShell :) You also have to pass in -X:SaveAssemblies... :) You can actually still use rbx from powershell, simply wrap the -X switches in quotes: .\rbx '-X:AssembliesDir' 'C:\' test.rb -- Tomas Restrepo http://www.winterdom.com/weblog/

[Ironruby-core] On Console options

2008-03-13 Thread Ivan Porto Carrero
Ooops.. I hit tab-enter.. sorry for that. -- Forwarded message -- From: Ivan Porto Carrero [EMAIL PROTECTED] Date: Fri, Mar 14, 2008 at 10:50 AM Subject: On Console options To: ironruby-core@rubyforge.org Hi, I'm sure this is another case of PEBKAC but I've been looking