[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Freeride on Windows XP - where does the output go?

Craig

12/14/2005 5:23:00 PM

I want to use Freeride on my Win XP box, Version 2002, sp 1, but the
output DOS window just flashes open and closes before I can see the
output. I'm using ruby 1.8.2 (2004-12-25) [i386-mswin32] and Freeride
version 0.9.4.

I've searched around the comp.lang.ruby newsgroup and found someone
with a similar problem, but he never got a way to make it work, that I
could see. (Subject: Re: FreeRIDE: Where does the output go? posted 22
Jul 2005)

I get this:

>ruby C:\ruby-proj\process.rb
>exit

This is a simple script and I'd actually like to see the output
captured in the console window I suppose, if I could answer the script
when it wants some input.
My Debug/Run preferences are set to save files before running and run
in a terminal.

Anybody else with this? Any hints?

thanks,
Craig

4 Answers

Curt Hibbs

12/14/2005 5:48:00 PM

0

You need to set a debugger option. the menu command "Edit >>
Preferences" will bring up the preferences dialog. Then selecte
"Debugger/Run" on the left and you should then see a checkbox on the
right labeled: "Run process in terminal". Check that checkbox and
click Ok, and it should do what you want.

Curt

On 12/14/05, Craig <luthycraig@johndeere.com> wrote:
> I want to use Freeride on my Win XP box, Version 2002, sp 1, but the
> output DOS window just flashes open and closes before I can see the
> output. I'm using ruby 1.8.2 (2004-12-25) [i386-mswin32] and Freeride
> version 0.9.4.
>
> I've searched around the comp.lang.ruby newsgroup and found someone
> with a similar problem, but he never got a way to make it work, that I
> could see. (Subject: Re: FreeRIDE: Where does the output go? posted 22
> Jul 2005)
>
> I get this:
>
> >ruby C:\ruby-proj\process.rb
> >exit
>
> This is a simple script and I'd actually like to see the output
> captured in the console window I suppose, if I could answer the script
> when it wants some input.
> My Debug/Run preferences are set to save files before running and run
> in a terminal.
>
> Anybody else with this? Any hints?
>
> thanks,
> Craig
>
>
>


Craig

12/14/2005 6:38:00 PM

0

Hi Curt,

thanks for your reply.

I have this option checked and am getting the result described above.
I also set an environment variable RUBY_PLATFORM to 'mswin32' that
showed up in code from a stack trace without the terminal option set,
but that does not help either.
Craig

Curt Hibbs

12/14/2005 6:53:00 PM

0

On 12/14/05, Craig <luthycraig@johndeere.com> wrote:
> Hi Curt,
>
> thanks for your reply.
>
> I have this option checked and am getting the result described above.
> I also set an environment variable RUBY_PLATFORM to 'mswin32' that
> showed up in code from a stack trace without the terminal option set,
> but that does not help either.

Hmm... I'm not sure then,. I suggest posting this to the FreeRIDE Users ML.

Curt


Craig

12/14/2005 7:21:00 PM

0

Thanks - I found the list and have e-mailed my dilemma.
Craig