About Debugger Icons
The following is a list of the various JDeveloper debugger and runner
icons. These icons are available from various areas in the JDeveloper
user interface including:
-
JDeveloper main toolbar - click to perform a particular task
-
Debugger windows - display by choosing V
iew
Debug Windows - <name of window>
-
Log windows (run and debug) - displays at the bottom of the screen
when you run or debug an application
-
Array
-
Represents an array class in any JDeveloper data-related window.
-
Breakpoints menu
-
Represents the View
Debug Windows - Breakpoints menu option or the tab icon
for the Breakpoints window.
-
Class
-
Represents the View
Debug Windows - Classes menu option, the tab icon for the
Classes window, and a class in the Classes window (grayed if the class
has tracing disabled).
-
Class Without Line Number Tables
-
Appears in the Classes Window. Represents a class which does not have
line number tables (obfuscated class).
-
Current Execution Point
-
Represents the current execution point shown in the source editor
margin which you can display by choosing the D
ebug
Show Execution Point menu option.
-
Current Thread
-
Represents the current thread in the Threads window.
-
Data
-
Represents the View
Debug Windows - Data menu option, the
View
Debug Windows - Smart Data menu option, and the tab icon
for the Data window and Smart Data window.
-
Debug (Shift + F9)
-
Represents the Debug
Debug <project_name> menu option, the debug toolbar
button, a debugging process contained in the processes folder in the
Run Manager Navigator, a log page for a debugging process, the debug
layout, and the Remote Debugging and Profiling Project Wizard.
-
Debug Listener Node
-
Represents a debug listener node in the Run Manager navigator.
-
Disabled Breakpoint
-
Represents a disabled breakpoint in the source editor margin and a
disabled breakpoint in the Breakpoints window.
-
Garbage Collection
-
Represents the Debug
Garbage Collection menu option and the Garbage Collection toolbar
button which you can click.
-
Heap Folder
-
Represents a folder in the Heap window.
-
Heap
-
Represents the View
Debug Windows
Heap menu option and the tab icon for the Heap window.
-
Interface
-
Represents an interface in the Classes Window.
-
Method
-
Represents a method in the Stack window.
-
Monitors
-
Represents the View
Debug Windows
Monitors menu option and the tab icon for the Monitors window.
-
Object
-
Represents an object in any JDeveloper data-related window.
-
Package
-
Represents a package in the Classes Window (grayed if the package has
tracing disabled).
-
Pause
-
Represents the Debug
Pause menu option and the Pause toolbar button which you can click.
-
Primitive
-
Represents a primitive item in any JDeveloper data-related window.
-
Resume (F9)
-
Represents the Debug
Resume menu option and the Resume toolbar button which you can
click.
-
Run
-
Represents a running process in the Run Manager navigator, in a log
page for a running process, and in the toolbar to run the selected
node.
-
Run to Cursor (F4)
-
Represents the Debug
Run to Cursor menu option. Lets you run to a specified location
and execute the code until it reaches that location.
-
Stack
-
Represents the View
Debug Windows
Stack menu option and the tab icon for the Stack window.
-
Set Next Statement
-
Represents the Debug
Set Next Statement menu option. Lets you move the execution
point to a specified location, without executing any code.
-
Set Start Debugging Option to Run Until a Breakpoint Occurs
-
Represents the toolbar icon which lets you set the start debugging
option. See Setting the Debugger
Start Options.
-
Set Start Debugging Option to Step Into
-
Represents the toolbar icon which sets the start debugging to step
into. See Setting the Debugger Start
Options.
-
Set Start Debugging Option to Step Over
-
Represents the toolbar icon which sets the start debugging to step
over. See Setting the Debugger Start
Options.
-
Step to End of Method
-
Represents the Debug
Step to End of Method menu option and the Step to End of Method
toolbar button which you can click.
-
Static Folder
-
Represents the static folder in the Data Window.
-
Step Into (F7)
-
Represents the Debug
Step Into menu option and the Step Into toolbar button which you
can click.
-
Step Out
-
Represents the Debug
Step Out menu option and the Step Out toolbar button which you
can click.
-
Step Over (F8)
-
Represents the Debug
Step Over menu option and the Step Over toolbar button which you
can click.
-
Terminate
-
Represents the Terminate toolbar button which you can click to stop
debugging your application.
-
Threads
-
Represents the View
Debug Windows
Threads menu option and the tab icon for the Threads window.
-
Thread
-
Represents a thread in the Threads window.
-
Thread Group
-
Represents a thread group in the Threads window.
-
Unverified Breakpoint
-
Represents an unverified breakpoint in the source editor margin, and
an unverified breakpoint in the Breakpoints window.
-
Verified Breakpoint
-
Represents a verified breakpoint in the source editor margin and a
verified breakpoint in the Breakpoints window.
-
Watch
-
Represents the View
Debug Windows - Watches menu option and the tab icon for
the Watches window.
Related topics
About Debugger Windows
Examining Program State in Debugger Windows
Using the Source Editor When Debugging
Copyright © 1997, 2004, Oracle. All rights reserved.