File: README.debug

package info (click to toggle)
mlterm 3.9.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,340 kB
  • sloc: ansic: 154,713; sh: 5,302; cpp: 2,953; objc: 2,776; java: 2,472; makefile: 2,445; perl: 1,674; xml: 44
file content (16 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
comment -*- mode: text; tab-width:2; indent-tabs-mode:nil -*-

How to debug mlterm?

If you find something strange, report it to mlterm-dev-en ML with
~/.mlterm/msg.log, a log message by --logseq option
(which outputs a ~/.mlterm/[device].log file) and related files.

Following options can be more helpful.

* --enable-debug (configure option)
  mlterm outputs general debug messages.

* EDIT_DEBUG, OUTPUT_DEBUG and ESCSEQ_DEBUG in ml_vt100_parser.c
  mlterm outputs huge messages which indicate how mlterm processes each escape
  sequence.