blob: 72f06b9318ea789eb7f408434586a186a61fb605 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
<title>
Inspecting the result of evaluating an expression
</title>
</head>
<body>
<h1>
Inspecting the result of evaluating an expression
</h1>
<p>
Inspecting shows the result of evaluating an expression in the Expressions view.
</p>
<ol>
<li>
In the scrapbook page, either type an expression or highlight an existing expression to be inspected. For example: <code>System.getProperties();</code>
</li>
<li>
Click the <strong>Inspect</strong> button in the toolbar (or select <strong>Inspect</strong> from the selection's pop-up
menu).
</li>
<li> The result of the inspection appears in a pop-up.&nbsp; </li>
<li>
The result can be inspected like a variable in the debugger (for
example, children of the result can be expanded).
</li>
</ol>
<p>
<img border="0" src="../images/ngrelc.png" alt="Related concepts" ><br>
<a href="../concepts/concepts-11.htm">Scrapbook</a>
</p>
<p>
<img border="0" src="../images/ngrelt.png" alt="Related tasks" ><br>
<a href="../tasks/tasks-149.htm">Creating a Java scrapbook page</a><br>
<a href="../tasks/tasks-151.htm">Displaying the result of evaluating an expression</a><br>
<a href="../tasks/tasks-152.htm">Executing an expression</a><br>
<a href="../tasks/tasks-156.htm">Viewing runtime exceptions</a>
</p>
<p>
<img border="0" src="../images/ngrelr.png" alt="Related reference" ><br>
<a href="../reference/ref-56.htm">Expressions view</a><br>
<a href="../reference/ref-34.htm">Java scrapbook page</a>
</p>
</body>
</html>