Eclipse Weird Console Error

S

Seago

I'm not sure if anyone else is experiencing this. It's pretty much the
weirdest thing I've seen in an IDE. I installed the RDT plugin for
eclipse and it appears to work great except if I 'gets' or 'readline'
anywhere in the program it forces me to enter those strings before any
of the rest of the program runs. So then when the rest program does
run everything is out of order. If I compile using a terminal it works
fine.

If anybody has any thoughts I would appreciate hearing them. I'm lost.
Thanks.
 
C

Chris Pine

Sounds like your output is being buffered. There's some switch in
Ruby you can use to stop that, I think... now what was it...

<digs around>

$stdout.sync =3D true

Haven't used that in a while, but try throwing that at the top of your prog=
ram.

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,174
Messages
2,570,940
Members
47,486
Latest member
websterztechnologies01

Latest Threads

Top