File: overview.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 (13 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>

<head>
<title>JSwat Overview</title>
</head>

<body>
JSwat is a Java application for graphically debugging other Java programs.
It provides all the usual features you would expect in a graphical
debugger. You can set breakpoints, single-step, watch variables, etc.
</body>

</html>