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:

array_icon Array
Represents an array class in any JDeveloper data-related window.
breakpoints_menu_icon Breakpoints menu
Represents the Viewthen choose Debug Windows - Breakpoints menu option or the tab icon for the Breakpoints window.
class_icon Class
Represents the Viewthen choose 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).
no_line_number_icon 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_icon Current Execution Point
Represents the current execution point shown in the source editor margin which you can display by choosing the D ebugthen choose Show Execution Point menu option.
current_thread_icon Current Thread
Represents the current thread in the Threads window.
data_icon Data
Represents the Viewthen choose Debug Windows - Data menu option, the Viewthen choose Debug Windows - Smart Data menu option, and the tab icon for the Data window and Smart Data window.
debug Debug (Shift + F9)
Represents the Debugthen choose 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 Debug Listener Node
Represents a debug listener node in the Run Manager navigator.
disabled_breakpt Disabled Breakpoint
Represents a disabled breakpoint in the source editor margin and a disabled breakpoint in the Breakpoints window.
garbage_collector_icon Garbage Collection
Represents the Debugthen choose Garbage Collection menu option and the Garbage Collection toolbar button which you can click.
heap_folder Heap Folder
Represents a folder in the Heap window.
heap_icon Heap
Represents the Viewthen choose Debug Windowsthen choose Heap menu option and the tab icon for the Heap window.
interface_icon Interface
Represents an interface in the Classes Window.
method_icon Method
Represents a method in the Stack window.
monitors_icon Monitors
Represents the Viewthen choose Debug Windowsthen choose Monitors menu option and the tab icon for the Monitors window.
object_icon Object
Represents an object in any JDeveloper data-related window.
package_icon Package
Represents a package in the Classes Window (grayed if the package has tracing disabled).
pause_icon Pause
Represents the Debugthen choose Pause menu option and the Pause toolbar button which you can click.
primitive_icon Primitive
Represents a primitive item in any JDeveloper data-related window.
resume_icon Resume (F9)
Represents the Debugthen choose Resume menu option and the Resume toolbar button which you can click.
green_traffic_light_icon 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_icon Run to Cursor (F4)
Represents the Debugthen choose Run to Cursor menu option. Lets you run to a specified location and execute the code until it reaches that location.
stack_icon Stack
Represents the Viewthen choose Debug Windowsthen choose Stack menu option and the tab icon for the Stack window.
set_next_statement_icon Set Next Statement
Represents the Debugthen choose Set Next Statement menu option. Lets you move the execution point to a specified location, without executing any code.
set_start_debug_option_until_breakpoint_toolbar_icon 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.
start_debug_step_into_toolbar_icon 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.
start_debug_step_over_toolbar_icon 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_icon Step to End of Method
Represents the Debugthen choose Step to End of Method menu option and the Step to End of Method toolbar button which you can click.
static_folder_icon Static Folder
Represents the static folder in the Data Window.
step_into_icon Step Into (F7)
Represents the Debugthen choose Step Into menu option and the Step Into toolbar button which you can click.
step_out_icon Step Out
Represents the Debugthen choose Step Out menu option and the Step Out toolbar button which you can click.
step_over_icon Step Over (F8)
Represents the Debugthen choose Step Over menu option and the Step Over toolbar button which you can click.
terminate_icon Terminate
Represents the Terminate toolbar button which you can click to stop debugging your application.
threads_icon Threads
Represents the Viewthen choose Debug Windowsthen choose Threads menu option and the tab icon for the Threads window.
threads_icon Thread
Represents a thread in the Threads window.
thread_group_icon Thread Group
Represents a thread group in the Threads window.
unverified_breakpoint_icon Unverified Breakpoint
Represents an unverified breakpoint in the source editor margin, and an unverified breakpoint in the Breakpoints window.
verified_breakpoint_icon Verified Breakpoint
Represents a verified breakpoint in the source editor margin and a verified breakpoint in the Breakpoints window.
watch_icon Watch
Represents the Viewthen choose 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