-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtask-inspecting.htm
More file actions
29 lines (27 loc) · 1.18 KB
/
task-inspecting.htm
File metadata and controls
29 lines (27 loc) · 1.18 KB
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta charset="utf-8">
<link rel="stylesheet" href="../book.css" type="text/css">
<title>
Inspecting values
</title>
</head>
<body>
<h1>
Inspecting Values
</h1>
<p>
When a stack frame is selected, you can see the visible variables in that
stack frame in the <a href="../reference/views/variables/ref-variables_view.htm"><strong>Variables View</strong></a>. </p>
<p>
The Variables view shows the value of primitive types. Complex
variables can be examined by expanding them to show their members.
</p>
<h3 class="related">Related References</h3>
<a href="../reference/views/expressions/ref-inspect.htm">Inspecting Values in the Expressions View</a><br>
<a href="../reference/views/shared/ref-inspect.htm">Inspecting Values in the Variables View</a><br>
<a href="../reference/views/shared/ref-inspect.htm">Inspecting Values in other views </a>
</body>
</html>