Should there be a "#{ENV['COMSPEC']}" in there somewhere
to pick up COMMAND.COM, also ?
Having said that, it makes no improvement for me and I'm
not sure whether IO.popen() works on 9x.
"basi" <basi_lio@hotmail.com> wrote in message
news:1122089514.434202.40160@f14g2000cwb.googlegroups.com...
Hi,
No, it doesn't open a separate Windows command line window. There must
be a setting somewhere that I missed.
Basi
Basi, Curt,
FWIW, I've had similar problems of the command window flashing by o n my
WinXP SP2 system. I have, on occasion seen it give me the "hit enter ...."
prompt but more often I've had to put a put/get prompt of my own into my
code. I run with the "run in console" box checked.
Yes, it flashes open another window but it closes the window quickly.
How do I make this window stay open until I press ENTER?
Thanks,
basi
Basi,
Can you try this:
a) edit the file freeride/plugins/rubyide_tools_debugger/debugger.rb
b) on line 188 remove the # to activate the putsw command
c) launch your script from Freeride as usual. You should see the command printed in the text console form which you run FR
d) copy paste this command in another console, run it and see if there is any error message showing up.