Re: Write debug info to file

2005-11-16 Thread Michael Wojcik
[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 2err.log I'm guessing this assumes bash or sh as the shell? IIRC, it's slightly different in tcsh. csh variants use and ! (the latter

Re: Write debug info to file

2005-11-16 Thread Michael Wojcik
[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 2err.log I'm guessing this assumes bash or sh as the shell? IIRC, it's slightly different in tcsh. csh variants use and ! (the latter

Re: Write debug info to file

2005-11-16 Thread Michael Wojcik
[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

Re: Write debug info to file

2005-11-09 Thread chr
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: lyx -dbg

Re: Write debug info to file

2005-11-09 Thread Georg Baum
[EMAIL PROTECTED] wrote: On Wed, 9 Nov 2005, Georg Baum wrote: lyx -dbg latex 2err.log I'm guessing this assumes bash or sh as the shell? Yes. Georg

Re: Write debug info to file

2005-11-09 Thread Paul A. Rubin
[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

Re: Write debug info to file

2005-11-09 Thread chr
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: lyx -dbg

Re: Write debug info to file

2005-11-09 Thread Georg Baum
[EMAIL PROTECTED] wrote: On Wed, 9 Nov 2005, Georg Baum wrote: lyx -dbg latex 2err.log I'm guessing this assumes bash or sh as the shell? Yes. Georg

Re: Write debug info to file

2005-11-09 Thread Paul A. Rubin
[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

Re: Write debug info to file

2005-11-09 Thread chr
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: >

Re: Write debug info to file

2005-11-09 Thread Georg Baum
[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

Re: Write debug info to file

2005-11-09 Thread Paul A. Rubin
[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

Write debug info to file

2005-11-08 Thread Abel Fernández Fernández
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 ;)

Re: Write debug info to file

2005-11-08 Thread Georg Baum
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 2err.log On windows it looks maybe

Write debug info to file

2005-11-08 Thread Abel Fernández Fernández
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 ;)

Re: Write debug info to file

2005-11-08 Thread Georg Baum
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 2err.log On windows it looks maybe

Write debug info to file

2005-11-08 Thread Abel Fernández Fernández
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 ;)

Re: Write debug info to file

2005-11-08 Thread Georg Baum
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