-
-
Notifications
You must be signed in to change notification settings - Fork 44
Generating debug log file
martinrotter edited this page Oct 22, 2018
·
4 revisions
If you run into problems with Textosaurus and you need your problems fixed, you should provide log file from the time when problem occurred. Textosaurus writes all important information to error output, which is usually calling terminal.
To redirect debug output of Textosaurus to a log file, do this:
- You need to open command line, run
CTRL + R
and writecmd
. - Navigate to your Textosaurus installation folder, for example
cd C:\Programs\textosaurus\
. This is the folder which containstextosaurus.exe
. - Enter
.\textosaurus.exe > log.txt 2>&1
. Textosaurus will now start. - Now try to simulate your problem.
- Attach generated
log.txt
file to your bug report.
- You need to open command line, run terminal emulator.
- Navigate to your Textosaurus installation folder, `cd /my/root/textosaurus'. This step is not usually needed.
- Enter
textosaurus > /home/<user>/log.txt 2>&1
. Textosaurus will now start. - Now try to simulate your problem.
- Attach generated
log.txt
file to your bug report.