lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


SciTE is usually compiled as a GUI application, so standard input and
output are not available. So I don't expect io.write to work (SciTE
has trace() for this), but I do expect print to work, since it is
overriden in SciTE to go to the output pane. So that is puzzling...

steve d.

On Tue, Mar 11, 2008 at 1:53 PM, Shmuel Zeigerman <shmuz@actcom.co.il> wrote:
> I'm trying to debug a Lua script. The debugger is working (breakpoints,
>  tooltips), but print(...) and io.write(...) do not write anything on the
>  output pane. What can be the reason for that? (I'm on Windows).
>  --
>  Shmuel
>