File: output.html

package info (click to toggle)
jswat 1.7-2
  • links: PTS
  • area: contrib
  • in suites: etch, etch-m68k
  • size: 5,656 kB
  • ctags: 3,210
  • sloc: java: 24,683; xml: 130; makefile: 59; sh: 21
file content (30 lines) | stat: -rw-r--r-- 1,002 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">

<html>
  <head>
    <meta name="generator" content=
    "HTML Tidy for Linux/x86 (vers 1st February 2002), see www.w3.org">

    <title>Debuggee I/O</title>
  </head>

  <body>
    <h3>Debuggee I/O</h3>

    <p>The output from the debuggee is typically displayed in the
    &quot;Output&quot; panel. If JSwat connected to a remote debuggee
    then the output of the debuggee is displayed in the console that
    started the debuggee.</p>

    <p>The &quot;Output&quot; panel is limited to a maximum number of
    lines. This value is set in the preferences dialog, accessible from
    the &quot;Options&quot; menu.</p>

    <p>The &quot;Input&quot; field below the &quot;Output&quot; panel
    is for sending keyboard input to the debuggee on the
    <code>System.in</code> input stream. This is only useful for
    console-based applications and would probably not be used if the
    debuggee utilizes a graphical interface.</p>
  </body>
</html>