Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/doc/en/html/macro/command/setdebug.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8939 - (show annotations) (download) (as text)
Thu Oct 1 16:06:58 2020 UTC (3 years, 7 months ago) by nmaya
File MIME type: text/html
File size: 1252 byte(s)
マクロコマンドが Tera Term バージョンいくつから存在するか、それぞれのマクロコマンドのヘルプページに記載

ticket #40808
MFT to: 4-stable
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <title>setdebug</title>
7 <meta http-equiv="Content-Style-Type" content="text/css">
8 <link rel="stylesheet" href="../../style.css" type="text/css">
9 </head>
10
11 <body>
12
13
14 <h1>setdebug</h1>
15
16 <p>
17 Configures the debug mode to Tera Term. <em>(version 4.64 or later)</em>
18 </p>
19
20 <pre class="macro-syntax">
21 setdebug &lt;flag&gt;
22 </pre>
23
24 <h2>Remarks</h2>
25
26 <p>
27 Set the debug flag of Tera Term by using below flags. It is possible to wait the control code to enabling the debug mode.
28 <br>
29 <br>
30
31 0: no debug: output as usual<br>
32 1: usual teraterm debug mode (described in <a href="../../setup/teraterm-term.html#displayall">here</a>)<br>
33 2: hex output. Received bytes are printed in hex format (capital letters) separated by a space<br>
34 3: disable output completely<br>
35 </p>
36
37 <h2>Example</h2>
38
39 <pre class="macro-example">
40 setdebug 2
41 wait '09 0D 0A'
42 setdebug 0
43 </pre>
44
45 <pre class="macro-example">
46 setdebug 1
47 wait '^I^M^J'
48 setdebug 0
49 </pre>
50
51 <h2>See also</h2>
52 <ul>
53 <li><a href="wait.html">wait</a></li>
54 </ul>
55
56 </body>
57 </html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26