[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Scite-debug 0.9 Beta
- From: "steve donovan" <steve.j.donovan@...>
- Date: Tue, 11 Mar 2008 14:00:57 +0200
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
>