File: classes.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 (31 lines) | stat: -rw-r--r-- 1,168 bytes parent folder | download
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
31
<!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>Classes</title>
  </head>

  <body>
    <h3>Classes</h3>

    <p>The loaded classes of the debuggee are displayed in the
    &quot;Classes&quot; panel. The classes are shown in the form of a
    tree, starting with the top-level package names (e.g.
    &quot;com&quot;, &quot;java&quot;, &quot;org&quot;).
    Double-clicking on a class will cause its source file to be opened.
    An error will occur if JSwat cannot find the source file. This is
    generally caused by a missing or incorrect sourcepath setting. See
    the section on <a href="paths.html">Classpath and Sourcepath</a>
    for more information.</p>

    <p>The class tree display may include a number in parentheses
    behind some of the class names. This number indicates the unique
    object identifier of the class loader that loaded the class. This
    is helpful when writing custom class loaders. <em>Note: the number
    will be different each time the debuggee is started.</em></p>
  </body>
</html>