Re: [hatari-devel] A question about the debugger |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
On 17 Sep 2015 at 23:20, Eero Tamminen wrote:
> On tiistai 15 syyskuu 2015, Roger Burrows wrote:
> > >
> > > Ah, now we're back to my original problem: attempting to redirect
> > > debugging output to a file did not seem to work for me in Windows.
> > > But I don't care as long as I can get a workaround ...
> >
> > Unfortunately none of the above worked, and trying to redirect stderr via
> > 2>debug.log doesn't want to work in the Windows implementation.
>
> I've used stderr and stdout redirecting from Windows DOS
> prompt (at work) and it has worked fine for the programs
> I used.
>
> What exactly means "doesn't want to work"?
>
> - That only part goes to stderr and part to stdout
> - That if you redirect both, nothing is in either of
> the files
> ?
If you redirect stderr to a file, the debug output (stderr, if I understood
correctly from previous posts) does not go into the file. The output
continues to go to the console window. The file is 0 bytes long.
Roger