[EMAIL PROTECTED] wrote:
On Wed, 9 Nov 2005, Georg Baum wrote:
You can redirect the standard error output to a file on unix systems:
lyx -dbg latex 2>err.log
I'm guessing this assumes bash or sh as the shell? IIRC, it's slightly
different in tcsh.
csh variants use ">&" and ">&!" (the latt
[EMAIL PROTECTED] wrote:
I'm not sure, but I don't think it's possible to redirect stderr
separately on windows.
Depends on the version. Redirection works in XP but not in 9x. (IIRC
there's a free third-party program to implement it in 9x.)
Paul
[EMAIL PROTECTED] wrote:
> On Wed, 9 Nov 2005, Georg Baum wrote:
>
>> lyx -dbg latex 2>err.log
>
> I'm guessing this assumes bash or sh as the shell?
Yes.
Georg
On Wed, 9 Nov 2005, Georg Baum wrote:
> Abel Fernández Fernández wrote:
>
> > Is there any way of write debug info in a text file?
> > I do this --> lyx -dbg latex
> > for show debug info, but this write into console.
>
> You can redirect the standard error output to a file on unix systems:
>
>
Abel Fernández Fernández wrote:
> Is there any way of write debug info in a text file?
> I do this --> lyx -dbg latex
> for show debug info, but this write into console.
You can redirect the standard error output to a file on unix systems:
lyx -dbg latex 2>err.log
On windows it looks maybe diff
Is there any way of write debug info in a text file?
I do this --> lyx -dbg latex
for show debug info, but this write into console.
Thx.
P.D. sorry for my bad english ;)