Skip to content

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:

Windows

  1. You need to open command line, run CTRL + R and write cmd.
  2. Navigate to your Textosaurus installation folder, for example cd C:\Programs\textosaurus\. This is the folder which contains textosaurus.exe.
  3. Enter .\textosaurus.exe > log.txt 2>&1. Textosaurus will now start.
  4. Now try to simulate your problem.
  5. Attach generated log.txt file to your bug report.

Linux

  1. You need to open command line, run terminal emulator.
  2. Navigate to your Textosaurus installation folder, `cd /my/root/textosaurus'. This step is not usually needed.
  3. Enter textosaurus > /home/<user>/log.txt 2>&1. Textosaurus will now start.
  4. Now try to simulate your problem.
  5. Attach generated log.txt file to your bug report.
Clone this wiki locally