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 ------------------------------------------------------------------------------ Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms controls. Build a bridge from your legacy apps to the future. http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
