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.
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.
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
Hmm... I'm not sure then,. I suggest posting this to the FreeRIDE Users ML.
Curt
···
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.