mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
16 lines
461 B
HTML
16 lines
461 B
HTML
<html>
|
|
<head>
|
|
<title>JavaScript Debugger Samples</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h2><center>Some simple samples</center></h2>
|
|
<a href="props.html">Properties display sample</a><P>
|
|
<a href="recursion.html">A recursion sample</a><P>
|
|
<a href="runerr.html">Runtime Error sample</a><P>
|
|
<a href="layers.html">A layers sample</a><P>
|
|
<a href="misc.html">Some misc. samples on one page</a><P>
|
|
<a href="badlines.html">A sample requiring source adjustment</a><P>
|
|
</body>
|
|
</html>
|