Re: [Gambas-user] IDE: "Entered text echo" not working as expected
Brought to you by:
gambas
|
From: Benoît M. <ga...@us...> - 2014-07-29 19:55:58
|
Le 29/07/2014 15:07, Tobias Boege a écrit : > Hi Benoit, > > my project is a console one and has a prompt, so I tried to toggle the > "Entered text echo" button to "on". However, it will only echo when the > project is not running. But I wanted to see how a session would look like > if I would run the program from command line, without the IDE. > > Looking at the sources, Debug/FOutput.class, I see that Design.IsRunning > being True prevents the input from being sent (I verified this). I don't > know what "Design" stands for. Is this behaviour intended? If so, why, > and can we change it? > > Regards, > Tobi > The output window is not a terminal. You must use "use a terminal" to check how your project run inside a terminal. Regards, -- Benoît Minisini |