2023-10-05 06:19:11 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<h3>Debugging</h3>
|
|
|
|
<h4>Java Geometry Applets</h4>
|
2023-10-06 19:38:56 +00:00
|
|
|
Trace the following to the JavaScript console: <br/>
|
2023-10-05 06:19:11 +00:00
|
|
|
<label for="commands">Commands executed</label>
|
|
|
|
<input type="checkbox" id="commands">
|
|
|
|
<label for="color">Colors assigned</label>
|
|
|
|
<input type="checkbox" id="color">
|
2023-10-06 19:38:56 +00:00
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
Alter execution of the translated applet: <br/>
|
2023-10-08 17:10:59 +00:00
|
|
|
<label for="showall">Show all applet entities, even hidden ones</label>
|
|
|
|
<input type="checkbox" id="showall"><br/>
|
2023-10-11 03:05:29 +00:00
|
|
|
<label for="showaux">Show GeoGebra auxiliaries (not in applet)</label>
|
2023-10-08 17:10:59 +00:00
|
|
|
<input type="checkbox" id="showaux">
|
2023-10-11 03:05:29 +00:00
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
<label for="algebra">Show the GeoGebra algebra pane</label>
|
|
|
|
<input type="checkbox" id="algebra">
|
2023-10-05 06:19:11 +00:00
|
|
|
<script src="options.js" type="module"></script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|