alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.contexts"?>
<contexts>
<!--
	Copyright (c) IBM Corporation and others 2000, 2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.
	
	All Platform Debug contexts, those for org.eclipse.debug.ui, are located in this file
	All contexts are grouped by their relation, with all relations grouped alphabetically.
-->
<!--
	Breakpoints View
-->
	<context  id="breakpoint_view_context" >
		<description>The Breakpoints view lists all the breakpoints you have set.
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Add Java Exception Breakpoint" href="reference/views/breakpoints/ref-addexception_viewaction.htm" />
		<topic label="Breakpoint Properties" href="reference/views/breakpoints/ref-properties_contextaction.htm" />
		<topic label="Collapse All" href="reference/views/shared/ref-collapseall.htm"/>
		<topic label="Expand All" href="reference/views/breakpoints/ref-expandall_viewaction.htm"/>
		<topic label="Go to File for Breakpoint" href="reference/views/breakpoints/ref-gotofile_viewaction.htm" />
		<topic label="Link with Debug View" href="reference/views/breakpoints/ref-linkwith_viewaction.htm"/>
		<topic label="Remove Selected Breakpoints" href="reference/views/breakpoints/ref-remove_viewaction.htm" />
		<topic label="Remove All Breakpoints" href="reference/views/breakpoints/ref-removeall_viewaction.htm" />
		<topic label="Show Supported Breakpoints" href="reference/views/breakpoints/ref-showsupported_viewaction.htm" /> 
		<topic label="Skip All Breakpoints" href="reference/views/breakpoints/ref-skipall_viewaction.htm"/>
	</context>
	<context  id="enable_breakpoint_action_context" >
		<description>This command enables the selected breakpoints.
		<topic label="Enable Context Action" href="reference/views/breakpoints/ref-enable_contextaction.htm" />
		<topic label="Breakpoint Enabled Option" href="reference/breakpoints/ref-enabled_option.htm"/>
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm" />
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
	</context>
	<context  id="disable_breakpoint_action_context" >
		<description>This command disables the selected breakpoints.
		<topic label="Disable Context Action" href="reference/views/breakpoints/ref-disable_contextaction.htm" />
		<topic label="Breakpoint Enabled Option" href="reference/breakpoints/ref-enabled_option.htm"/>
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm" />
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
	</context>
	<context  id="open_breakpoint_action_context" >
		<description>This command opens an editor for the file containing the selected breakpoint.
		<topic label="Go to File for Breakpoint" href="reference/views/breakpoints/ref-gotofile_viewaction.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
   	</context>
	<context  id="select_all_breakpoints_action_context" >
      	<description>This command selects all breakpoint in the view.
		<topic label="Select All" href="reference/views/shared/ref-selectall.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
   	</context>
   	<context  id="remove_breakpoint_action_context" >
      	<description>This command deletes the selected breakpoints.
		<topic label="Remove Selected Breakpoints" href="reference/views/breakpoints/ref-remove_viewaction.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
   	</context>
   	<context  id="remove_all_breakpoints_action_context" >
    	<description>This command deletes all breakpoints in the view.
		<topic label="Remove All Breakpoints" href="reference/views/breakpoints/ref-removeall_viewaction.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
   	</context>
   	<context  id="copy_breakpoints_action_context" >
    	<description>This command copies the selected breakpoints to the system clipboard.
		<topic label="Copy" href="reference/views/shared/ref-copy.htm" />
		<topic label="Paste" href="reference/views/shared/ref-paste.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
   	</context>
   	<context  id="paste_breakpoints_action_context" >
    	<description>This command adds breakpoints from the system clipboard to the selected breakpoint group.  Breakpoints will only be added if they are valid for the selected group.
		<topic label="Paste" href="reference/views/shared/ref-paste.htm" />
		<topic label="Copy" href="reference/views/shared/ref-copy.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
   	</context>
   	<context  id="import_breakpoints_action_context" >
    	<description>This command opens a wizard allowing you to import breakpoints from a file.
		<topic label="Import Breakpoints" href="reference/views/breakpoints/ref-import_contextaction.htm" />
		<topic label="Export Breakpoints" href="reference/views/breakpoints/ref-export_contextaction.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
   	</context>
	<context id="skip_all_breakpoints_context" >
		<description>When selected, breakpoints will not suspend execution while debugging.
		<topic label="Skip All Breakpoints" href="reference/views/breakpoints/ref-skipall_viewaction.htm"/>
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm"/>
	</context>		
   	<context  id="export_breakpoints_action_context" >
    	<description>This command opens a wizard allowing you to export your breakpoints to a file.
		<topic label="Export Breakpoints" href="reference/views/breakpoints/ref-export_contextaction.htm" />
		<topic label="Import Breakpoints" href="reference/views/breakpoints/ref-import_contextaction.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
   	</context>
   	<context  id="set_default_breakpoint_group_action_context" >
    	<description>This command opens a dialog allowing you to choose a working set to be the default working set.  New breakpoints will be added to the default working set.
		<topic label="Select Default Working Set" href="reference/views/breakpoints/ref-selectdefaultws_viewaction.htm" />
		<topic label="Breakpoint View Working Sets" href="reference/views/breakpoints/ref-workingsets_viewaction.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
   	</context>
   	<context  id="breakpoint_working_sets_action_context" >
    	<description>This command opens a dialog allowing you to create, configure and remove working sets.
		<topic label="Breakpoint View Working Sets" href="reference/views/breakpoints/ref-workingsets_viewaction.htm" />
		<topic label="Select Default Working Set" href="reference/views/breakpoints/ref-selectdefaultws_viewaction.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
   	</context>
   	<context  id="clear_default_breakpoint_group_action_context" >
    	<description>This command turns off the default working set setting for the breakpoints view.
		<topic label="Select Default Working Set" href="reference/views/breakpoints/ref-selectdefaultws_viewaction.htm" />
		<topic label="Breakpoint View Working Sets" href="reference/views/breakpoints/ref-workingsets_viewaction.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
   	</context>
   	<context  id="edit_breakpoint_working_set_action_context" >
    	<description>This command opens a dialog allowing you to edit the working set properties, including its name and what breakpoints it contains.
		<topic label="Breakpoint View Working Sets" href="reference/views/breakpoints/ref-workingsets_viewaction.htm" />
		<topic label="Select Default Working Set" href="reference/views/breakpoints/ref-selectdefaultws_viewaction.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
   	</context> 
   	<context  id="set_as_default_breakpoint_working_set_action_context" >
    	<description>This command allows you to change whether the selected breakpoint group is the default working set.
		<topic label="Select Default Working Set" href="reference/views/breakpoints/ref-selectdefaultws_viewaction.htm" />
		<topic label="Breakpoint View Working Sets" href="reference/views/breakpoints/ref-workingsets_viewaction.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
   	</context>  
	<context  id="access_toggle_action_context" >
		<description>When checked, this command configures a watchpoint to suspend execution when a field is accessed (read).
		<topic label="Access Command" href="reference/views/breakpoints/ref-access_contextaction.htm" />
		<topic label="Watchpoint Access Option" href="reference/breakpoints/ref-access_option.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
	</context>				
	<context  id="modification_toggle_action_context" >
		<description>When checked, this command configures a watchpoint to suspend execution when a field is modified (written).
		<topic label="Modification Command" href="reference/views/breakpoints/ref-modification_contextaction.htm" />
		<topic label="Watchpoint Modification Option" href="reference/breakpoints/ref-modification_option.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
	</context>	

<!--
	Console View
-->
	<context  id="console_view_context" >
		<description>This view shows a collection of available consoles.
		<topic label="Console View" href="reference/views/console/ref-console_view.htm"/>
		<topic label="CVS Console" href="reference/views/console/ref-cvs_console.htm"/>
		<topic label="Process Console" href="reference/views/console/ref-process_console.htm"/>
		<topic label="Stacktrace Console" href="reference/views/console/ref-stacktrace_console.htm"/>
		<topic label="Clear the Console" href="reference/views/console/ref-clear_action.htm"/>
		<topic label="Display Selected Console" href="reference/views/console/ref-display_action.htm"/>
		<topic label="Open Console" href="reference/views/console/ref-open_action.htm"/>
		<topic label="Pin the Console" href="reference/views/console/ref-pin_action.htm"/>
		<topic label="Scroll Lock" href="reference/views/console/ref-scrolllock_action.htm"/>
	</context>
	<context  id="clear_console_action_context" >
		<description>This command clears the console.
		<topic label="Clear Console" href="reference/views/console/ref-clear_action.htm"/>
		<topic label="CVS Console" href="reference/views/console/ref-cvs_console.htm"/>
		<topic label="Process Console" href="reference/views/console/ref-process_console.htm"/>
		<topic label="Stacktrace Console" href="reference/views/console/ref-stacktrace_console.htm"/>
		<topic label="Console View" href="reference/views/console/ref-console_view.htm"/>
	</context>
	<context id="console_open_console_action_context">
		<description>This command allows you to open a different type of console from the action drop down
		<topic label="Open Console" href="reference/views/console/ref-open_action.htm"/>
		<topic label="CVS Console" href="reference/views/console/ref-cvs_console.htm"/>
		<topic label="Process Console" href="reference/views/console/ref-process_console.htm"/>
		<topic label="Stacktrace Console" href="reference/views/console/ref-stacktrace_console.htm"/>
		<topic label="Console View" href="reference/views/console/ref-console_view.htm"/>
	</context>
	<context id="console_pin_console_action">
		<description>This command allows you to pin the current console to always remain on top of other consoles
		<topic label="Pin the Console" href="reference/views/console/ref-pin_action.htm"/>
		<topic label="CVS Console" href="reference/views/console/ref-cvs_console.htm"/>
		<topic label="Process Console" href="reference/views/console/ref-process_console.htm"/>
		<topic label="Stacktrace Console" href="reference/views/console/ref-stacktrace_console.htm"/>
		<topic label="Console View" href="reference/views/console/ref-console_view.htm"/>
	</context>
	<context id="console_display_console_action">
		<description>This command allow you to display a console of your choosing the resutling drop-down menu
		<topic label="Display Selected Console" href="reference/views/console/ref-display_action.htm"/>
		<topic label="CVS Console" href="reference/views/console/ref-cvs_console.htm"/>
		<topic label="Process Console" href="reference/views/console/ref-process_console.htm"/>
		<topic label="Stacktrace Console" href="reference/views/console/ref-stacktrace_console.htm"/>
		<topic label="Console View" href="reference/views/console/ref-console_view.htm"/>
	</context>
	<context  id="process_console_context">
		<description>This console shows the output of the execution of your program and allows you to enter any necessary user input.
		<topic label="Process Console" href="reference/views/console/ref-process_console.htm"/>
		<topic label="Console View" href="reference/views/console/ref-console_view.htm"/>
		<topic label="Console Preferences" href="reference/views/console/ref-prefs_action.htm"/>
		<topic label="Remove All Terminated Launches" href="reference/views/console/ref-removeallterminated_action.htm"/>
		<topic label="Remove Launch" href="reference/views/console/ref-removelaunch_action.htm"/>
		<topic label="Select All" href="reference/views/shared/ref-selectall.htm"/>
		<topic label="Show Console When Standard Out Changes"  href="reference/views/console/ref-show_out_action.htm"/>
		<topic label="Show Console When Standard Error Changes"  href="reference/views/console/ref-show_err_action.htm"/>
		<topic label="Terminate" href="reference/views/console/ref-terminate_action.htm"/>
	</context>
	<context  id="copy_to_clipboard_action_context" >
		<description>This command copies the selection to the system clipboard.
		<topic label="Copy" href="reference/views/shared/ref-copy.htm" />
		<topic label="Cut" href="reference/views/shared/ref-cut.htm" />
		<topic label="Paste" href="reference/views/shared/ref-paste.htm" />
		<topic label="Select All" href="reference/views/shared/ref-selectall.htm"/>
		<topic label="CVS Console" href="reference/views/console/ref-cvs_console.htm"/>
		<topic label="Process Console" href="reference/views/console/ref-process_console.htm"/>
		<topic label="Stacktrace Console" href="reference/views/console/ref-stacktrace_console.htm"/>
		<topic label="Console View" href="reference/views/console/ref-console_view.htm"/>
	</context>
	<context  id="console_terminate_action_context">
		<description>Terminates the process associated with the console.
		<topic label="Terminate" href="reference/views/console/ref-terminate_action.htm"/>
		<topic label="Process Console" href="reference/views/console/ref-process_console.htm"/>
		<topic label="Console View" href="reference/views/console/ref-console_view.htm"/>
	</context> 
   	<context  id="console_remove_all_terminated_context">
		<description>Removes all terminated launches.
		<topic label="Remove All Terminated Launches" href="reference/views/console/ref-removeallterminated_action.htm"/>
		<topic label="Remove Launch" href="reference/views/console/ref-removelaunch_action.htm"/>
		<topic label="Process Console" href="reference/views/console/ref-process_console.htm"/>
		<topic label="Console View" href="reference/views/console/ref-console_view.htm"/>
	</context> 	
	<context  id="console_remove_launch_context">
		<description>Removes the selected launch.
		<topic label="Remove Launch" href="reference/views/console/ref-removelaunch_action.htm"/>
		<topic label="Remove All Terminated Launches" href="reference/views/console/ref-removeallterminated_action.htm"/>
		<topic label="Process Console" href="reference/views/console/ref-process_console.htm"/>
		<topic label="Console View" href="reference/views/console/ref-console_view.htm"/>
	</context>
	<context  id="console_scroll_lock_action_context">
		<description>This command enables and disables scroll lock.
		<topic label="Scroll Lock" href="reference/views/console/ref-scrolllock_action.htm"/>
		<topic label="CVS Console" href="reference/views/console/ref-cvs_console.htm"/>
		<topic label="Process Console" href="reference/views/console/ref-process_console.htm"/>
		<topic label="Stacktrace Console" href="reference/views/console/ref-stacktrace_console.htm"/>
		<topic label="Console View" href="reference/views/console/ref-console_view.htm"/>
    </context>
    <context id="console_select_all_action_context">
    	<description>This command allows you to select all of the text in the current console.
    	<topic label="Select All" href="reference/views/shared/ref-selectall.htm"/>
    	<topic label="Copy" href="reference/views/shared/ref-copy.htm" />
	    <topic label="Cut" href="reference/views/shared/ref-cut.htm" />
    	<topic label="Paste" href="reference/views/shared/ref-paste.htm" />
    	<topic label="CVS Console" href="reference/views/console/ref-cvs_console.htm"/>
		<topic label="Process Console" href="reference/views/console/ref-process_console.htm"/>
		<topic label="Stacktrace Console" href="reference/views/console/ref-stacktrace_console.htm"/>
		<topic label="Console View" href="reference/views/console/ref-console_view.htm"/>
    </context>
    <context id="console_cut_action_context">
	    <description>This command allows you to copy the selected text to the system clipboard and remove it from the current console.
	    <topic label="Cut" href="reference/views/shared/ref-cut.htm" />
	    <topic label="Copy" href="reference/views/shared/ref-copy.htm" />
	    <topic label="Paste" href="reference/views/shared/ref-paste.htm" />
	    <topic label="Select All" href="reference/views/shared/ref-selectall.htm"/>
	    <topic label="CVS Console" href="reference/views/console/ref-cvs_console.htm"/>
		<topic label="Process Console" href="reference/views/console/ref-process_console.htm"/>
		<topic label="Stacktrace Console" href="reference/views/console/ref-stacktrace_console.htm"/>
		<topic label="Console View" href="reference/views/console/ref-console_view.htm"/>
    </context>
    <context id="console_paste_action_context">
	    <description>This command allows you to copy text from the system clipboard into the current console.
	    <topic label="Paste" href="reference/views/shared/ref-paste.htm" />
	    <topic label="Copy" href="reference/views/shared/ref-copy.htm" />
	    <topic label="Cut" href="reference/views/shared/ref-cut.htm" />
	    <topic label="Select All" href="reference/views/shared/ref-selectall.htm"/>
	    <topic label="CVS Console" href="reference/views/console/ref-cvs_console.htm"/>
		<topic label="Process Console" href="reference/views/console/ref-process_console.htm"/>
		<topic label="Stacktrace Console" href="reference/views/console/ref-stacktrace_console.htm"/>
		<topic label="Console View" href="reference/views/console/ref-console_view.htm"/>
    </context>
    <context id="console_find_replace_action_context">
    	<description>This command allows you to search for a specified pattern within the current console.
	    <topic label="Find/Replace" href="reference/views/shared/ref-findreplace.htm"/>
	    <topic label="CVS Console" href="reference/views/console/ref-cvs_console.htm"/>
		<topic label="Process Console" href="reference/views/console/ref-process_console.htm"/>
		<topic label="Stacktrace Console" href="reference/views/console/ref-stacktrace_console.htm"/>
		<topic label="Console View" href="reference/views/console/ref-console_view.htm"/>
    </context>
    <context id ="console_show_preferences_action_context">
    	<description>This command opens the preferences page for the console.
	    <topic label="Console Preferences" href="reference/views/console/ref-prefs_action.htm"/>
	    <topic label="Process Console" href="reference/views/console/ref-process_console.htm"/>
		<topic label="Console View" href="reference/views/console/ref-console_view.htm"/>
    </context>
    <context id="console_open_link_action_context">
    	<description>This command allows you to search for a specified pattern within the current console.
	    <topic label="Open Link" href="reference/views/console/ref-openlink_action.htm"/>
	  	<topic label="CVS Console" href="reference/views/console/ref-cvs_console.htm"/>
		<topic label="Stacktrace Console" href="reference/views/console/ref-stacktrace_console.htm"/>
		<topic label="Console View" href="reference/views/console/ref-console_view.htm"/>
    </context>
    <context id="show_stdout_action_context">
    	<description>This command toggles the preference to automatically show the console view when output is written to the standard output stream.
		<topic label="Show Console When Standard Out Changes" href="reference/views/console/ref-show_out_action.htm"/>
		<topic label="Process Console" href="reference/views/console/ref-process_console.htm"/>
		<topic label="Console View" href="reference/views/console/ref-console_view.htm"/>
    </context>
    <context id="show_stderr_action_context">
    	<description>This command toggles the preference to automatically show the console view when output is written to the standard error stream.
		<topic label="Show Console When Standard Error Changes" href="reference/views/console/ref-show_err_action.htm"/>
		<topic label="Process Console" href="reference/views/console/ref-process_console.htm"/>
		<topic label="Console View" href="reference/views/console/ref-console_view.htm"/>		
    </context>
	  
<!-- 
	Debug View
-->
	<context  id="debug_view_context" >
		<description>This view displays system processes and the threads and stack frames for each target you are debugging.
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm"/>
		<topic label="Execution Control Commands" href="reference/views/debug/ref-executioncontrolcommands.htm"/>
		<topic label="Debugger Concepts" href="concepts/cdebugger.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Preparing to Debug" href="tasks/task-preparing_to_debug.htm"/>
		<topic label="Local Debugging" href="concepts/clocdbug.htm"/>
		<topic label="Remote Debugging" href="concepts/cremdbug.htm"/>
		<topic label="Launching a Java Program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Changing Debugger Launch Options" href="tasks/tasks-9.htm"/>
	</context>
	<context  id="disconnect_action_context" >
		<description>This command disconnects the debugger from the selected debug target.
		<topic label="Disconnect" href="reference/views/debug/ref-disconnect.htm" />
		<topic label="Disconnecting from a VM" href="tasks/task-disconnect_remote_debug.htm">
		<topic label="Debugging Remotely" href="concepts/cremdbug.htm"/>
		<topic label="Connecting to a remote VM with the Remote Java application launch configuration" href="tasks/task-remotejava_launch_config.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
    </context>
	<context  id="edit_launch_configuration_action_context" >
	  	<description>This command opens the launch configuration dialog on the launch configuration associated with the selection.
		<topic label="Edit Launch Configuration" href="reference/views/debug/ref-editlaunchconfig.htm"/>
		<topic label="Changing Debugger Launch Options" href="tasks/tasks-9.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
	</context>
	<context  id="edit_source_lookup_path_context">
		<description>This command allows you to edit the source lookup path.
		<topic label="Edit Source Lookup" href="reference/views/debug/ref-editsourcelookup.htm"/>
		<topic label="Lookup Source" href="reference/views/debug/ref-lookupsource.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
	</context> 
	<context  id="lookup_source_context">
		<description>Forces source lookup.
		<topic label="Lookup Source" href="reference/views/debug/ref-lookupsource.htm"/>
		<topic label="Edit Source Lookup" href="reference/views/debug/ref-editsourcelookup.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
	</context>
	<context id="open_declared_type_debug_view">
		<description>This command opens the declared type of the selected stack frame in an editor
		<topic label="Open Declared Type" href="reference/views/debug/ref-opendeclared.htm"/>
		<topic label="Open Declared Type Hierarchy" href="reference/views/debug/ref-opendeclaredhier.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm"/>
	</context>
	<context id="open_declared_type_hierarchy_debug_view">
		<description>This command opens the declared type of the selected stack frame in an editor
		<topic label="Open Declared Type Hierarchy" href="reference/views/debug/ref-opendeclaredhier.htm"/>
		<topic label="Open Declared Type" href="reference/views/debug/ref-opendeclared.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm"/>
	</context>
	<context  id="relaunch_action_context" >
		<description>This command relaunches the selected debug target or process.
		<topic label="Relaunch" href="reference/views/debug/ref-relaunch.htm" />
		<topic label="Debugging Locally" href="concepts/clocdbug.htm"/>
		<topic label="Launching a Java Program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Execution Control Commands" href="reference/views/debug/ref-executioncontrolcommands.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
	</context>
	<context  id="resume_action_context" >
		<description>This command resumes the selected thread or the thread containing the selected stack frame.
		<topic label="Resume" href="reference/views/debug/ref-resume.htm"/>
		<topic label="Resuming Threads" href="tasks/task-resuming_threads.htm" />
		<topic label="Suspend" href="reference/views/debug/ref-suspend.htm"/>
		<topic label="Suspending Threads" href="tasks/task-suspending_threads.htm"/>
		<topic label="Stepping" href="tasks/task-stepping.htm" /> 
		<topic label="Debugging Locally" href="concepts/clocdbug.htm"/>
		<topic label="Execution Control Commands" href="reference/views/debug/ref-executioncontrolcommands.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
	</context>
	<context  id="step_with_filters_action_context" >
		<description>This command toggles step filters on/off, which are applied to the step into, over, and return commands.
		<topic label="Use Step Filters" href="reference/views/debug/ref-usestepfilters.htm"/>
		<topic label="Stepping" href="tasks/task-stepping.htm" /> 
		<topic label="Step Into" href="reference/views/debug/ref-stepinto.htm"/>
		<topic label="Step Over" href="reference/views/debug/ref-stepover.htm"/>
		<topic label="Step Return" href="reference/views/debug/ref-stepreturn.htm"/>
		<topic label="Resume" href="reference/views/debug/ref-resume.htm"/>
		<topic label="Suspend" href="reference/views/debug/ref-suspend.htm"/>
		<topic label="Debugging Locally" href="concepts/clocdbug.htm"/>
		<topic label="Execution Control Commands" href="reference/views/debug/ref-executioncontrolcommands.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
	</context>
	<context  id="step_into_action_context" >
		<description>This command steps into the highlighted statement.
		<topic label="Step Into" href="reference/views/debug/ref-stepinto.htm"/>
		<topic label="Step Over" href="reference/views/debug/ref-stepover.htm"/>
		<topic label="Step Return" href="reference/views/debug/ref-stepreturn.htm"/>
		<topic label="Stepping" href="tasks/task-stepping.htm" /> 
		<topic label="Resume" href="reference/views/debug/ref-resume.htm"/>
		<topic label="Suspend" href="reference/views/debug/ref-suspend.htm"/>
		<topic label="Debugging Locally" href="concepts/clocdbug.htm"/>
		<topic label="Execution Control Commands" href="reference/views/debug/ref-executioncontrolcommands.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
	</context>
	<context  id="step_over_action_context" >
		<description>This command steps over the highlighted statement. Execution will continue at the next line either in the same method or (if you are at the end of a method) it will continue in the method from which the current method was called.
		<topic label="Step Over" href="reference/views/debug/ref-stepover.htm"/>
		<topic label="Step Into" href="reference/views/debug/ref-stepinto.htm"/>
		<topic label="Step Return" href="reference/views/debug/ref-stepreturn.htm"/>
		<topic label="Resume" href="reference/views/debug/ref-resume.htm"/>
		<topic label="Stepping" href="tasks/task-stepping.htm" /> 
		<topic label="Suspend" href="reference/views/debug/ref-suspend.htm"/>
		<topic label="Debugging Locally" href="concepts/clocdbug.htm"/>
		<topic label="Execution Control Commands" href="reference/views/debug/ref-executioncontrolcommands.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
	</context>
	<context  id="step_return_action_context" >
		<description>This command steps out of the current method. The execution stops after exiting the current method.
		<topic label="Step Return" href="reference/views/debug/ref-stepreturn.htm"/>
		<topic label="Step Into" href="reference/views/debug/ref-stepinto.htm"/>
		<topic label="Step Over" href="reference/views/debug/ref-stepover.htm"/>
		<topic label="Resume" href="reference/views/debug/ref-resume.htm"/>
		<topic label="Stepping" href="tasks/task-stepping.htm" /> 
		<topic label="Suspend" href="reference/views/debug/ref-suspend.htm"/>
		<topic label="Debugging Locally" href="concepts/clocdbug.htm"/>
		<topic label="Execution Control Commands" href="reference/views/debug/ref-executioncontrolcommands.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
	</context>
	<context  id="suspend_action_context" >
		<description>This command suspends the selected debug target so that you can browse or modify code, inspect data, step, and so on.
		<topic label="Suspend" href="reference/views/debug/ref-suspend.htm"/>
		<topic label="Suspending Threads" href="tasks/task-suspending_threads.htm"/>
		<topic label="Resume" href="reference/views/debug/ref-resume.htm"/>
		<topic label="Resuming Threads" href="tasks/task-resuming_threads.htm" />
		<topic label="Stepping" href="tasks/task-stepping.htm" /> 
		<topic label="Debugging Locally" href="concepts/clocdbug.htm"/>
		<topic label="Execution Control Commands" href="reference/views/debug/ref-executioncontrolcommands.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
	</context>
	<context  id="terminate_action_context" >
		<description>This command terminates the selected debug target.
		<topic label="Terminate" href="reference/views/debug/ref-terminate.htm"/>
		<topic label="Terminate/Disconnect All" href="reference/views/debug/ref-terminateall.htm"/>
		<topic label="Terminate and Relaunch" href="reference/views/debug/ref-terminaterelaunch.htm"/>
		<topic label="Terminate and Remove" href="reference/views/debug/ref-terminateandremove.htm"/>
		<topic label="Connecting to a remote VM with the Remote Java application launch configuration" href="tasks/task-remotejava_launch_config.htm"/>
		<topic label="Debugging Locally" href="concepts/clocdbug.htm"/>
		<topic label="Execution Control Commands" href="reference/views/debug/ref-executioncontrolcommands.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
	</context>
	<context  id="terminate_all_action_context" >
		<description>This command terminates all active debug targets.  If a target cannot be terminated, it will be disconnected.
		<topic label="Terminate/Disconnect All" href="reference/views/debug/ref-terminateall.htm"/>
		<topic label="Terminate" href="reference/views/debug/ref-terminate.htm"/>
		<topic label="Terminate and Relaunch" href="reference/views/debug/ref-terminaterelaunch.htm"/>
		<topic label="Terminate and Remove" href="reference/views/debug/ref-terminateandremove.htm"/>
		<topic label="Debugging Locally" href="concepts/clocdbug.htm"/>
		<topic label="Execution Control Commands" href="reference/views/debug/ref-executioncontrolcommands.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
	</context>
	<context  id="terminate_and_remove_action_context" >
		<description>This command terminates the selected process or debug target and removes it from the view.
		<topic label="Terminate and Remove" href="reference/views/debug/ref-terminateandremove.htm"/>
		<topic label="Terminate" href="reference/views/debug/ref-terminate.htm"/>
		<topic label="Terminate/Disconnect All" href="reference/views/debug/ref-terminateall.htm"/>
		<topic label="Terminate and Relaunch" href="reference/views/debug/ref-terminaterelaunch.htm"/>
		<topic label="Debugging Locally" href="concepts/clocdbug.htm"/>
		<topic label="Execution Control Commands" href="reference/views/debug/ref-executioncontrolcommands.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
	</context>
	<context id="terminate_and_relaunch_action_context">
		<description>This command terminates and removes the selected launch from the debug view
		<topic label="Terminate and Relaunch" href="reference/views/debug/ref-terminaterelaunch.htm"/>
		<topic label="Terminate" href="reference/views/debug/ref-terminate.htm"/>
		<topic label="Terminate/Disconnect All" href="reference/views/debug/ref-terminateall.htm"/>
		<topic label="Terminate and Remove" href="reference/views/debug/ref-terminateandremove.htm"/>
		<topic label="Debugging Locally" href="concepts/clocdbug.htm"/>
		<topic label="Execution Control Commands" href="reference/views/debug/ref-executioncontrolcommands.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
	</context>
	<context id="view_management_action_context">
		<description>This command opens the view management preference page that is used to control which views are opened and closed while debugging.
		<topic label="Launching a Java Program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
	</context>
	<context  id="drop_to_frame_action_context" >
		<description>This command resets the instruction pointer to the first line of the method associated with the selected stack frame. All frames above the selected stack frame are removed from the stack.
		<topic label="Drop to Frame" href="reference/views/debug/ref-droptoframe.htm"/>
		<topic label="Debugging Locally" href="concepts/clocdbug.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
	</context>
	<context  id="remove_all_terminated_action_context" >
		<description>This command removes all terminated launches from the view.
		<topic label="Remove All Terminated Launches" href="reference/views/debug/ref-removeallterminated.htm" /> 
		<topic label="Terminate and Remove" href="reference/views/debug/ref-terminateandremove.htm"/>
		<topic label="Debugging Locally" href="concepts/clocdbug.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
	</context>
	
<!--
	Detail Pane
-->
	<context id="detail_pane_context">
	    <description>Provides detailed information about the selected variable(s).  By default, the detail pane uses a source viewer to display text with source markup.  When debugging a Java application, the detail pane displays the toString() value of the selected variable.
	    <topic label="Detail Pane" href="reference/views/shared/ref-detailpane.htm"/>
		<topic label="View Layout Commands" href="reference/views/shared/ref-viewlayoutcommands.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm" />
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm" />
    </context>
    <context id="detail_pane_assign_value_action_context">
	    <description>This command allows you to assign a new value to the selected variable by evaluating text in the detail pane.
	    <topic label="Assign Value" href="reference/views/shared/ref-assignvalue.htm" />
		<topic label="Evaluating Expressions" href="tasks/task-evaluating_expressions.htm"/>
	    <topic label="Detail Pane" href="reference/views/shared/ref-detailpane.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm" />
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm" />
    </context>	
    <context id="detail_pane_content_assist_action_context">
	    <description>This command opens a popup dialog with context sensitive code help.
	    <topic label="Content Assist" href="reference/views/shared/ref-contentassist.htm" />
		<topic label="Evaluating Expressions" href="tasks/task-evaluating_expressions.htm"/>
	    <topic label="Detail Pane" href="reference/views/shared/ref-detailpane.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm" />
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm" />
    </context>
    <context id="detail_pane_cut_action_context">
	    <description>This command allows you to copy the selected text to the system clipboard and remove it from the detail pane.
	    <topic label="Cut" href="reference/views/shared/ref-cut.htm" />
	    <topic label="Copy" href="reference/views/shared/ref-copy.htm" />
	    <topic label="Paste" href="reference/views/shared/ref-paste.htm" />
	    <topic label="Select All" href="reference/views/shared/ref-selectall.htm"/>
		<topic label="Detail Pane" href="reference/views/shared/ref-detailpane.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm" />
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm" />
    </context>
    <context id="detail_pane_copy_action_context" >
		<description>This command copies the selection to the system clipboard.
		<topic label="Copy" href="reference/views/shared/ref-copy.htm" />
		<topic label="Cut" href="reference/views/shared/ref-cut.htm" />
		<topic label="Paste" href="reference/views/shared/ref-paste.htm" />
		<topic label="Select All" href="reference/views/shared/ref-selectall.htm"/>
		<topic label="Detail Pane" href="reference/views/shared/ref-detailpane.htm"/>
	</context>
    <context id="detail_pane_paste_action_context">
	    <description>This command allows you to copy text from the system clipboard into the detail pane.
	    <topic label="Paste" href="reference/views/shared/ref-paste.htm" />
	    <topic label="Copy" href="reference/views/shared/ref-copy.htm" />
	    <topic label="Cut" href="reference/views/shared/ref-cut.htm" />
	    <topic label="Select All" href="reference/views/shared/ref-selectall.htm"/>
	    <topic label="Detail Pane" href="reference/views/shared/ref-detailpane.htm"/>
    </context>
    	<context id="detail_pane_select_all_action_context">
    	<description>This command allows you to select all of the text in the detail pane.
    	<topic label="Select All" href="reference/views/shared/ref-selectall.htm"/>
    	<topic label="Copy" href="reference/views/shared/ref-copy.htm" />
	    <topic label="Cut" href="reference/views/shared/ref-cut.htm" />
    	<topic label="Paste" href="reference/views/shared/ref-paste.htm" />
    	<topic label="Detail Pane" href="reference/views/shared/ref-detailpane.htm"/>
    </context>
    <context id="detail_pane_find_replace_action_context">
    	<description>This command allows you to search for a specified pattern within the detail pane.
	    <topic label="Find/Replace" href="reference/views/shared/ref-findreplace.htm"/>
	    <topic label="Detail Pane" href="reference/views/shared/ref-detailpane.htm"/>
    </context>
	<context id="detail_pane_word_wrap_action_context" >
		<description>This command toggles word wrap on and off in the detail pane.
		<topic label="Wrap Text in the Detail Pane" href="reference/views/shared/ref-wrap.htm"/>
		<topic label="Max Length in the Detail Pane" href="reference/views/shared/ref-maxlength.htm"/>
		<topic label="Detail Pane" href="reference/views/shared/ref-detailpane.htm"/>
	</context>
	<context id="detail_pane_max_length_action_context">
   		<description>This dialog allows you to change the maximum number of characters allowed in the detail pane.
   		<topic label="Max Length in the Detail Pane" href="reference/views/shared/ref-maxlength.htm"/>
		<topic label="Wrap Text in the Detail Pane" href="reference/views/shared/ref-wrap.htm"/>
   		<topic label="Detail Pane" href="reference/views/shared/ref-detailpane.htm"/>
   	</context>

<!-- 
	Dialogs 
-->
	<context id="variable_selection_dialog_context">
		<description>This dialog allows you to select variables to be used as launch configuration parameters. Variables are evaluated each time you launch your configuration, which can give your configuration dynamic behavior. Variables specifying 'Selected Resource...' are evaluated to the resource currently selected in the navigator or packages view, etc. at the time the configuration is launched.
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
		<topic label="Launching a Java program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Launching a Java program in Debug Mode" href="tasks/tasks-debug-launch.htm"/>
		<topic label="Launching a Java applet" href="tasks/task-launching_java_applet.htm"/>
		<topic label="Local Debugging" href="concepts/clocdbug.htm"/>
		<topic label="Preparing to Debug" href="tasks/task-preparing_to_debug.htm"/>
		<topic label="Remote Debugging" href="concepts/cremdbug.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
	</context>
	<context id="launch_configuration_dialog" >
		<description>This dialog allows you to manage aspects of launching programs from within Eclipse.
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
		<topic label="Launching a Java program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Launching a Java program in Debug Mode" href="tasks/tasks-debug-launch.htm"/>
		<topic label="Launching a Java applet" href="tasks/task-launching_java_applet.htm"/>
		<topic label="Local Debugging" href="concepts/clocdbug.htm"/>
		<topic label="Preparing to Debug" href="tasks/task-preparing_to_debug.htm"/>
		<topic label="Remote Debugging" href="concepts/cremdbug.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
	</context> 
	<context id="launch_configuration_properties_dialog" >
		<description>This dialog allows you to edit aspects of the launch configuration for the selected launch.
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
		<topic label="Launching a Java program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Launching a Java program in Debug Mode" href="tasks/tasks-debug-launch.htm"/>
		<topic label="Launching a Java applet" href="tasks/task-launching_java_applet.htm"/>
		<topic label="Local Debugging" href="concepts/clocdbug.htm"/>
		<topic label="Preparing to Debug" href="tasks/task-preparing_to_debug.htm"/>
		<topic label="Remote Debugging" href="concepts/cremdbug.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
	</context>
	<context id="launch_configuration_view_context" >
		<description>Select a type in this tree view to create a new launch configuration. You can also select a specific launch configuration to duplicate, edit or delete it.
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
		<topic label="Launching a Java program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Launching a Java program in Debug Mode" href="tasks/tasks-debug-launch.htm"/>
		<topic label="Launching a Java applet" href="tasks/task-launching_java_applet.htm"/>
		<topic label="Local Debugging" href="concepts/clocdbug.htm"/>
		<topic label="Preparing to Debug" href="tasks/task-preparing_to_debug.htm"/>
		<topic label="Remote Debugging" href="concepts/cremdbug.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
	</context>
	<context id="edit_source_lookup_path_dialog" >
		<description>This dialog allows you to edit the current source lookup path.
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Launching a Java program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Launching a Java program in Debug Mode" href="tasks/tasks-debug-launch.htm"/>
		<topic label="Edit Source Lookup Command" href="reference/views/debug/ref-editsourcelookup.htm"/>
		<topic label="Lookup Source Command" href="reference/views/debug/ref-lookupsource.htm"/>
	</context>
	<context id="add_source_container_dialog">
		<description>This dialog allows you to add one of a variety of source containers to your source lookup path.
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Launching a Java program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Launching a Java program in Debug Mode" href="tasks/tasks-debug-launch.htm"/>
		<topic label="Edit Source Lookup Command" href="reference/views/debug/ref-editsourcelookup.htm"/>
		<topic label="Lookup Source Command" href="reference/views/debug/ref-lookupsource.htm"/>		
	</context>
	<context id="single_launch_configuration_dialog" >
		<description>This dialog allows you to edit a launch configuration.
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
		<topic label="Launching a Java program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Launching a Java program in Debug Mode" href="tasks/tasks-debug-launch.htm"/>
		<topic label="Launching a Java applet" href="tasks/task-launching_java_applet.htm"/>
		<topic label="Local Debugging" href="concepts/clocdbug.htm"/>
		<topic label="Preparing to Debug" href="tasks/task-preparing_to_debug.htm"/>
		<topic label="Remote Debugging" href="concepts/cremdbug.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
	</context>
	<context id="import_launch_configurations_context" >
		<description>This wizard page allows you to import a launch configuration from the local file system into your workspace.
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
		<topic label="Launching a Java program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Launching a Java program in Debug Mode" href="tasks/tasks-debug-launch.htm"/>
		<topic label="Launching a Java applet" href="tasks/task-launching_java_applet.htm"/>
		<topic label="Local Debugging" href="concepts/clocdbug.htm"/>
		<topic label="Preparing to Debug" href="tasks/task-preparing_to_debug.htm"/>
		<topic label="Remote Debugging" href="concepts/cremdbug.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
	</context>
	<context id="export_launch_configurations_context" >
		<description>This wizard page allows you to export launch configurations from your workspace to the local file system.
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
		<topic label="Launching a Java program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Launching a Java program in Debug Mode" href="tasks/tasks-debug-launch.htm"/>
		<topic label="Launching a Java applet" href="tasks/task-launching_java_applet.htm"/>
		<topic label="Local Debugging" href="concepts/clocdbug.htm"/>
		<topic label="Preparing to Debug" href="tasks/task-preparing_to_debug.htm"/>
		<topic label="Remote Debugging" href="concepts/cremdbug.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
	</context>
	<context id="export_breakpoints_wizard_page_context" >
		<description>This wizard page allows you to select breakpoints to export to the local filesystem.
		<topic label="Export Breakpoints" href="reference/wizards/ref-export_breakpoints.htm"/>
		<topic label="Import Breakpoints" href="reference/wizards/ref-import_breakpoints.htm"/>
		<topic label="Adding Line Breakpoints" href="tasks/task-add_line_breakpoints.htm"/>
		<topic label="Removing Line Breakpoints" href="tasks/task-remove_line_breakpoints.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
	</context>
	<context id="import_breakpoints_wizard_page_context" >
		<description>This wizard page allows you to import breakpoints into your workspace from a previously exported file.
		<topic label="Import Breakpoints" href="reference/wizards/ref-import_breakpoints.htm"/>
		<topic label="Export Breakpoints" href="reference/wizards/ref-export_breakpoints.htm"/>
		<topic label="Adding Line Breakpoints" href="tasks/task-add_line_breakpoints.htm"/>
		<topic label="Removing Line Breakpoints" href="tasks/task-remove_line_breakpoints.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
	</context> 
	<context id="add_watch_expression_dialog_context" >
		<description>This dialog allows you to create a new watch expression.
		<topic label="Add Watch Expression" href="reference/views/expressions/ref-addwatch.htm"/>
		<topic label="Edit Watch Expression" href="reference/views/expressions/ref-edit.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
	</context>
	<context id="edit_watch_expression_dialog_context" >
		<description>This dialog allows you to edit an existing watch expression.
		<topic label="Edit Watch Expression" href="reference/views/expressions/ref-edit.htm"/>
		<topic label="Add Watch Expression" href="reference/views/expressions/ref-addwatch.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
	</context>
	<context id="find_element_dialog_context">
		<description>This dialog allows you to search for an element by name.
	</context>
	<context id="configure_columns_dialog_context">
		<description>This dialog allows you to select the columns to display in a view.
		<topic label="Toggle Columns" href="reference/views/shared/ref-showcolumns.htm" />
		<topic label="Select Columns" href="reference/views/shared/ref-selectcolumns.htm" />
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm" />
	</context> 
	<context  id="AddMemoryRenderingDialog_context" >
		<description>This dialog allows you to add a memory rendering.
	</context>
	<context id="group_breakpoints_dialog_context">
   		<description>This dialog allows you to create your own custom grouping for your breakpoints in the breakpoints view.
   		<topic label="Group By" href="reference/views/breakpoints/ref-groupby_viewaction.htm"/>
   		<topic label="Select Default Working Set" href="reference/views/breakpoints/ref-selectdefaultws_viewaction.htm"/>
   		<topic label="Working Sets..." href="reference/views/breakpoints/ref-workingsets_viewaction.htm"/>
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
   	</context>
   	<context id="organize_favorites_dialog_context">
   		<description>This dialog allows you to add/remove and arrange your favorite launches.
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
		<topic label="Launching a Java program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Launching a Java program in Debug Mode" href="tasks/tasks-debug-launch.htm"/>
   	</context>
   	<context id="select_breakpoint_workingset_dialog">
   		<description>This dialog allows users to quickly select a new default breakpoint workingset
   		<topic label="Group By" href="reference/views/breakpoints/ref-groupby_viewaction.htm"/>
   		<topic label="Select Default Working Set" href="reference/views/breakpoints/ref-selectdefaultws_viewaction.htm"/>
   		<topic label="Working Sets..." href="reference/views/breakpoints/ref-workingsets_viewaction.htm"/>
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
   	</context>
   	<context id="delete_associated_launch_configs_dialog">
   		<description>This dialog prompts users to clean up launch configurations that are associated with, or used to launch code from, the project that is being deleted 
   		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
   	</context>
   	<context id="select_launch_modes_dialog">
   		<description>This dialog prompts users to select an available set of modes to set on the current launch configuration in the event the current set is not valid.
   		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
   	</context>
   	<context id="select_launchers_dialog">
   		<description>This dialog allows you to select a preferred launcher to continue launching if more than one launcher is available to launch a particular launch configuration in a given mode.
   		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
   	</context>
	<context id="select_resources_to_save_dialog">
		<description>This dialog is used to select the resources that you wish to save prior to continuing launching. Canceling this dialog will cancel the launch.
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
	</context>
	<context id="select_launch_method_dialog">
		<description>This dialog allows you to select a way to launch the currently selected resource.
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
	</context>
	<context id="select_launch_configuration_dialog">
		<description>This dialog allows you to select a launch configuration.
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
	</context>
	<context id="select_directory_source_container_dialog">
		<description>This dialog allows you to select a directory from the file system to search for program source.
		<topic label="Java application launch configuration" href=" tasks\tasks-java-local-configuration.htm"/>
		<topic label="Source Attachments" href="reference/ref-124.htm"/>
	</context>
	<context id="select_configuration_type_dialog">
		<description>This dialog allows you to select a type of configuration to create.
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
	</context>
	<context id="select_favorites_dialog">
		<description>This dialog allows you to select one or more launch configurations to add to your favorites listing.
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
		<topic label="Launching a Java program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Launching a Java program in Debug Mode" href="tasks/tasks-debug-launch.htm"/>
	</context>
	<context id="select_native_environment_dialog">
		<description>This dialog allows you to select one or more native environment variables from a list to add to your launch configuration.
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
	</context>
	<context id="select_launch_configuration_migration_dialog">
		<description>This dialog allows you to select one or more launch configurations to migrate.
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
	</context>

<!--
	Editors
-->
	<context  id="enable_disable_breakpoint_action_context" >
		<description>This command toggles the breakpoint in the editor ruler.
		<topic label="Debugger" href="concepts/cdebugger.htm" />
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Preparing to Debug" href="tasks/task-preparing_to_debug.htm"/>
		<topic label="Adding Line Breakpoints" href="tasks/task-add_line_breakpoints.htm"/>
		<topic label="Removing Line Breakpoints" href="tasks/task-remove_line_breakpoints.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
	</context>

<!--
	Expressions View
-->
	<context  id="expression_view_context" >
		<description>This view shows the results of inspecting an expression or variable.
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Detail Pane" href="reference/views/shared/ref-detailpane.htm"/>
		<topic label="Change Variable Values" href="reference/views/shared/ref-changevarvalue.htm" />
		<topic label="Remove Selected Expressions" href="reference/views/expressions/ref-remove.htm" />
		<topic label="Remove All Expressions" href="reference/views/expressions/ref-removeall.htm" />
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
	</context>
	<context  id="select_all_expressions_action_context" >
		<description>This command selects all expressions in the view.
		<topic label="Select All" href="reference/views/shared/ref-selectall.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
	</context>         
	<context  id="remove_expression_action_context" >
		<description>This command deletes the selected expressions.
		<topic label="Remove Selected Expressions" href="reference/views/expressions/ref-remove.htm" />
		<topic label="Remove All Expressions" href="reference/views/expressions/ref-removeall.htm" />
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
	</context>      
	<context  id="remove_all_expressions_action_context" >
		<description>This command deletes all expressions in the view.
		<topic label="Remove All Expressions" href="reference/views/expressions/ref-removeall.htm" />
		<topic label="Remove Selected Expressions" href="reference/views/expressions/ref-remove.htm" />
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
	</context>
	<context  id="add_watch_expression_context">
		<description>This command adds a watch expression to the Expressions View.
		<topic label="Add Watch Expression" href="reference/views/expressions/ref-addwatch.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
	</context> 
	<context  id="reevaluate_watch_expression_context">
		<description>This command reevaluates a watch expression.
		<topic label="Reevaluate Watch Expression" href="reference/views/expressions/ref-reevaluate.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
	</context> 
	<context  id="disable_watch_expression_context">
		<description>This command disables a watch expression.
		<topic label="Disable Selected Watch Expression" href="reference/views/expressions/ref-disable.htm"/>
		<topic label="Enable Selected Watch Expression" href="reference/views/expressions/ref-enable.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
	</context> 
	<context  id="enable_watch_expression_context">
		<description>This command enables a watch expression.
		<topic label="Enable Selected Watch Expression" href="reference/views/expressions/ref-enable.htm"/>
		<topic label="Disable Selected Watch Expression" href="reference/views/expressions/ref-disable.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
	</context> 			
	<context  id="edit_watch_expression_context">
		<description>This command allows for editing of watch expressions.
		<topic label="Edit Watch Expression" href="reference/views/expressions/ref-edit.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
	</context> 
	<context  id="convert_to_watch_expression_context" >
		<description>This command replaces the selected object with an equivalent watch expression.
		<topic label="Convert to Watch Expression" href="reference/views/expressions/ref-convert.htm"/>
		<topic label="Inspect" href="reference/views/expressions/ref-inspect.htm" />
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
	</context>

<!-- 
	Launch Configuration Tabs
-->
	<context id="launch_configuration_dialog_refresh_tab" >
		<description>This tab allows you to choose which resources are refreshed when a launch configuration is executed.
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
		<topic label="Launching a Java program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Launching a Java program in Debug Mode" href="tasks/tasks-debug-launch.htm"/>
	</context>
	<context id="launch_configuration_dialog_common_tab" >
		<description>This tab allows you to set the type of the launch configuration, which favorites menu it will be displayed within and whether to launch the configuration in the background.
		<topic label="Java application launch configuration" href=" tasks\tasks-java-local-configuration.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
		<topic label="Launching a Java program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Launching a Java program in Debug Mode" href="tasks/tasks-debug-launch.htm"/>
	</context>
	<context id="launch_configuration_dialog_environment_tab" >
		<description>This tab allows you to create and configure the environment variables that will be passed into the launch configuration when it is executed
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
		<topic label="Launching a Java program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Launching a Java program in Debug Mode" href="tasks/tasks-debug-launch.htm"/>
	</context>
	<context  id="launch_configuration_dialog_source_tab" >
		<description>This tab allows you to define the location of source files used to display source when debugging a Java application.
		<topic label="Java application launch configuration" href=" tasks\tasks-java-local-configuration.htm"/>
		<topic label="Source Attachments" href="reference/ref-124.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
		<topic label="Launching a Java program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Launching a Java program in Debug Mode" href="tasks/tasks-debug-launch.htm"/>
	</context>
	<context  id="launch_configuration_dialog_launchers_tab" >
		<description>This tab allows you to specify the launcher to use with the selected launch configuration when more than one is available.
		<topic label="Java application launch configuration" href=" tasks\tasks-java-local-configuration.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
		<topic label="Launching a Java program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Launching a Java program in Debug Mode" href="tasks/tasks-debug-launch.htm"/>
	</context>

<!--
	Memory View
-->
	<context  id="MemoryView_context" >
		<description>The Memory view lets you see blocks of memory rendered into a variety of formats.

The Memory view is divided into two panes. The <b>Monitors pane lists expressions and addresses that have been added to the Memory view. The Renderings pane contains renderings that you add for the memory that is being monitored.

To see memory for a variable or expression in the Memory view, you can use the <b>Add Memory Monitor action and dialog box.

In the view, you can change the contents of memory. You can also change the address range that you want to see in the view.</description>
	</context>
	<context  id="ResetBaseAddressContextAction_context" >
		<description>If you have moved away from the address that you originally set to monitor, choose this action to position the cursor back to the base address of the memory monitor.
	</context>
	<context  id="TableRenderingPrefAction_context" >
		<description>Select this to open the Table Renderings Preferences dialog box.
	</context>
	<context  id="PrintViewTabContextAction_context" >
		<description>The behavior of this action depends on table renderings preference settings. If you have set table renderings to automatic memory loading mode, selecting the Print action will print the rendering that is currently visible. If you have set table renderings to manual memory loading mode, selecting the Print action will print the entire buffer.
	</context>
	<context  id="GoToAddressAction_context" >
		<description>Select this to open the address bar at the bottom of the rendering. The address bar allows you go to an address that you specify, go to an offset, or jump memory units.
	</context>
	<context  id="CopyViewTabToClipboardContextAction_context" >
		<description>The behavior of this action depends on table renderings preference settings. If you have set table renderings to automatic memory loading mode, selecting the Copy To Clipboard action will copy the rendering that is currently visible. If you have set table renderings to manual memory loading mode, selecting the Copy To Clipboard action will copy the entire buffer.
	</context>
	<context  id="RemoveMemoryBlockAction_context" >
		<description>Choose this menu item to remove the selected memory monitor.
	</context>   
	<context  id="RemoveAllMemoryBlocksAction_context" >
		<description>Remove all memory monitors from the workbench.
	</context>   
	<context id="RemoveRenderingContextAction_context">
		<description>Choose this menu item to remove the selecting rendering.
	</context>
	<context id="AddRenderingContextAction_context">
		<description>This action opens a dialog box which allows you to add a memory rendering for any variable or expression that is currently being monitored.
	</context>   
	<context id="LittleEndianAction_context">
		<description>Select this to display the rendering as Little Endian.
	</context>   
	<context id="BigEndianAction_context">
		<description>Select this to display the rendering as Big Endian.
	</context>   
	<context id="RestoreDefEndianessAction_context">
		<description>Select this to display the rendering in its default endianess.
	</context>   
	<context id="ReformatAction_context">
		<description>Select this to resize all columns so that all text within them can be viewed.
	</context>   
	<context id="ShowAddressColumnAction_context">
		<description>This action toggles the visibility of the Address column.
	</context>   
	<context id="SelectCodePagesAction_context">
		<description>This command opens the dialog for setting up codepage preferences in the Memory View.
	</context>
	<context id="CodePagesPrefDialog_context">
		<description>Use this page to indicate the codepages to use for rendering memory to ASCII and EBCDIC strings.

If you have changed one or both of the values in this page and would like the values to return to default values, click <b>Restore Defaults.
	</context>
	<context id="SelectCodepageDialog_context">
		<description>This page sets the codepage for the selected preference.
	</context>
	<context id="SetPaddedStrAction_context">
		<description>This commands opens the dialog for setting up the padded string used in memory renderings.
	</context>
	<context id="SetPaddedStrDialog_context">
		<description>In this page, specify the string that you want to display when memory contents cannot be determined.

If you have changed the padded string value in this page and would like it to return to the default value, click <b>Restore Defaults.
	</context>
	<context id="NextPageAction_context">
		<description>Select this to load the next page of memory.
	</context>
	<context id="PrevPageAction_context">
		<description>Select this to load the previous page of memory.
	</context>
	<context  id="switchMemoryBlockAction_context" >
		<description>This command displays the renderings associated with the next memory monitor.
	</context>
	<context  id="resetMemoryMonitor_context" >
		<description>If you have moved away from the address that you originally set to monitor, choose this action to position the cursor back to the base address of the memory monitor. By default, the visible renderings will also be reset to the base address. To reset all renderings in the current Memory view to the base address, modify the Memory view preferences.
	</context>
	<context  id="FormatTableRenderingAction_context" >
		<description>Select this to open the Format dialog box, which allows you to set the number of units per row and the number of units per column in the memory rendering.
	</context>
	<context  id="MemoryViewPreferences_context" >
		<description>Select this to open the Memory view Preferences dialog box.
	</context>  
	<context  id="memory_view_pane_orientation_action_context" >
		<description>The Memory view is divided into two panes. The Monitors pane lists expressions and addresses that have been added to the Memory view. The Renderings pane contains renderings that you add for the memory that is being monitored. You can set these two panes to display in a horizontal orientation (side-by-side) or in a vertical orientation (top-to-bottom) by selecting the appropriate menu item.
	</context>
	<context  id="GoToAddressDialog_context" >
		<description>This dialog box lets you jump to an address in the memory block.
	</context>       
	<context  id="GoToAddressComposite_context" >
		<description>The address bar allows you to go to a location in memory which you specify. These options are available by pull-down menu in the address bar:

- <b>Go to Address: Select this and then enter an address that you want to jump to. The rendering will be positioned so that the address entered is visible and selected.

- <b>Go to Offset: Select this and then enter the offset. The rendering will be positioned so that the address of the expression (base address), plus the offset entered, is visible and selected. A negative value will position the rendering back from the base address.

- <b>Jump Memory Units: This function takes the currently-selected address and adds the number of memory units that you specify to it. The resulting address is selected. A negative value will position the rendering back from the current address.

For all of these entries, you can input them as HEX by selecting the <b>Input as Hex check box (if this check box is not selected, input will be decimal). Once you have made the entry in the field, hit Enter or click OK to go to the location in the rendering. To close this section, click Cancel.
	</context>       
	<context  id="MemoryViewPreferencePage_context" >
		<description>Preference page for setting the default column size when a new memory monitor is added.
	</context>
	<context  id="MonitorMemoryBlockDialog_context" >
		<description>Use this dialog box to specify an address or expression that you would like to add to the Memory view.
	</context>
	<context  id="FormatTableRenderingDialog_context" >
		<description>Use this dialog box to set the number of units per row and the number of units per column. As you make these settings, the Preview window in the dialog box displays the monitor layout that you are setting. To save these settings as the default layout, click Save as Defaults.
	</context>
	<context  id=" AbstractAsyncTableRendering_context" >
		<description>This memory rendering displays content of a memory monitor in table format.
	</context>
	<context  id="addMemoryMonitorAction_context" >
		<description>Select this to open the Monitor Memory dialog box, which allows you to specify an address or expression that you would like to add to the Memory view.
	</context> 
	<context id="tableRenderingPropertiesAction_context">
		<description>Select this to open a page that displays properties for the selected memory.
	</context>
	
<!--
	Modules View
-->	
	<context id="modules_view_context">
		<description>This view displays the modules in your program.
		<topic label="Detail Pane" href="reference/views/shared/ref-detailpane.htm"/>
	</context>

<!-- 
	Preference Pages 
-->
	<context  id="debug_preference_page_context">
		<description>On this page, you can set preferences for debugging your programs.
		<topic label="Debug Preferences" href="reference/preferences/run-debug/ref-run_debug.htm"/>
		<topic label="Console Preferences" href="reference/preferences/run-debug/ref-console.htm"/>
		<topic label="Launching Preferences" href="reference/preferences/run-debug/ref-launching.htm"/>
		<topic label="Perspectives Preferences" href="reference/preferences/run-debug/ref-perspectives.htm"/>
		<topic label="String Substitution Preferences" href="reference/preferences/run-debug/ref-string_substitution.htm"/>
		<topic label="View Management Preferences" href="reference/preferences/run-debug/ref-view_management.htm"/>
		<topic label="Debugger Concepts" href="concepts/cdebugger.htm"/>
	</context>
	<context id="console_preference_page_context" >
		<description>On this page, you can set the preferences for the debug console.
		<topic label="Console Preferences" href="reference/preferences/run-debug/ref-console.htm"/>
		<topic label="Debug Preferences" href="reference/preferences/run-debug/ref-run_debug.htm"/>
		<topic label="Launching Preferences" href="reference/preferences/run-debug/ref-launching.htm"/>
		<topic label="Perspectives Preferences" href="reference/preferences/run-debug/ref-perspectives.htm"/>
		<topic label="String Substitution Preferences" href="reference/preferences/run-debug/ref-string_substitution.htm"/>
		<topic label="View Management Preferences" href="reference/preferences/run-debug/ref-view_management.htm"/>
		<topic label="Debugger Concepts" href="concepts/cdebugger.htm"/>
	</context>
	<context  id="launching_preference_page_context">
		<description>On this page, you can configure launch options.
		<topic label="Launching Preferences" href="reference/preferences/run-debug/ref-launching.htm"/>
		<topic label="Debug Preferences" href="reference/preferences/run-debug/ref-run_debug.htm"/>
		<topic label="Default Launchers Preferences" href="reference/preferences/run-debug/ref-default_launchers.htm"/>	
		<topic label="Console Preferences" href="reference/preferences/run-debug/ref-console.htm"/>
		<topic label="Launch Configurations Preferences" href="reference/preferences/run-debug/ref-launch_configurations.htm"/>
		<topic label="Perspectives Preferences" href="reference/preferences/run-debug/ref-perspectives.htm"/>
		<topic label="String Substitution Preferences" href="reference/preferences/run-debug/ref-string_substitution.htm"/>
		<topic label="View Management Preferences" href="reference/preferences/run-debug/ref-view_management.htm"/>
		<topic label="Debugger Concepts" href="concepts/cdebugger.htm"/>
	</context>
	<context  id="launch_configuration_preference_page_context">
		<description>On this page, you can configure the filters used in the launch dialog and migrate launch configurations.
		<topic label="Launch Configurations Preferences" href="reference/preferences/run-debug/ref-launch_configurations.htm"/>
		<topic label="Default Launchers Preferences" href="reference/preferences/run-debug/ref-default_launchers.htm"/>	
		<topic label="Debug Preferences" href="reference/preferences/run-debug/ref-run_debug.htm"/>
		<topic label="Launching Preferences" href="reference/preferences/run-debug/ref-launching.htm"/>
		<topic label="Debugger Concepts" href="concepts/cdebugger.htm"/>
	</context>
	<context id="launch_delegate_preference_page_context">
		<description>On this page, you can select preferred launch tooling if there are duplicates for any given launch configuration type and set of modes.
		<topic label="Default Launchers Preferences" href="reference/preferences/run-debug/ref-default_launchers.htm"/>	
		<topic label="Debug Preferences" href="reference/preferences/run-debug/ref-run_debug.htm"/>
		<topic label="Launch Configurations Preferences" href="reference/preferences/run-debug/ref-launch_configurations.htm"/>
		<topic label="Launching Preferences" href="reference/preferences/run-debug/ref-launching.htm"/>
		<topic label="Debugger Concepts" href="concepts/cdebugger.htm"/>
	</context>
	<context  id="perspective_preference_page_context">
		<description>On this page, you can configure the perspectives used when running and debugging.
		<topic label="Perspectives Preferences" href="reference/preferences/run-debug/ref-perspectives.htm"/>
		<topic label="Debug Preferences" href="reference/preferences/run-debug/ref-run_debug.htm"/>
		<topic label="Console Preferences" href="reference/preferences/run-debug/ref-console.htm"/>
		<topic label="Launching Preferences" href="reference/preferences/run-debug/ref-launching.htm"/>
		<topic label="String Substitution Preferences" href="reference/preferences/run-debug/ref-string_substitution.htm"/>
		<topic label="View Management Preferences" href="reference/preferences/run-debug/ref-view_management.htm"/>
		<topic label="Debugger Concepts" href="concepts/cdebugger.htm"/>
	</context>
	<context id="simple_variable_preference_page_context">
		<description>One this page, you can create and configure simple launch variables which you can reference in launch configurations that support variables.
		<topic label="String Substitution Preferences" href="reference/preferences/run-debug/ref-string_substitution.htm"/>
		<topic label="Debug Preferences" href="reference/preferences/run-debug/ref-run_debug.htm"/>
		<topic label="Console Preferences" href="reference/preferences/run-debug/ref-console.htm"/>
		<topic label="Launching Preferences" href="reference/preferences/run-debug/ref-launching.htm"/>
		<topic label="Perspectives Preferences" href="reference/preferences/run-debug/ref-perspectives.htm"/>
		<topic label="View Management Preferences" href="reference/preferences/run-debug/ref-view_management.htm"/>
		<topic label="Debugger Concepts" href="concepts/cdebugger.htm"/>
	</context>
	<context  id="view_management_preference_page_context">
		<description>On this page, you can select the perspectives that debug related views will be opened in automatically.
		<topic label="View Management Preferences" href="reference/preferences/run-debug/ref-view_management.htm"/>
		<topic label="Debug Preferences" href="reference/preferences/run-debug/ref-run_debug.htm"/>
		<topic label="Console Preferences" href="reference/preferences/run-debug/ref-console.htm"/>
		<topic label="Launching Preferences" href="reference/preferences/run-debug/ref-launching.htm"/>
		<topic label="Perspectives Preferences" href="reference/preferences/run-debug/ref-perspectives.htm"/>
		<topic label="String Substitution Preferences" href="reference/preferences/run-debug/ref-string_substitution.htm"/>
		<topic label="Debugger Concepts" href="concepts/cdebugger.htm"/>
	</context>
	<context  id="table_renderings_preference_page_context">
		<description>Use this page to configure the memory loading mode in table renderings:

- <b>Automatic: Select this option to have the debugger automatically load a buffer of memory before and after the visible region in the Memory view. When this option is selected, you can easily scroll away from the visible region.

- <b>Manual: Select this option if you want to specify the exact number of lines of memory block to display in the Memory view. When you specify an exact memory block to display, you can only move away from that block by using pop-up menu actions.
		<topic label="Debug Preferences" href="reference/preferences/run-debug/ref-run_debug.htm"/>
		<topic label="Debugger Concepts" href="concepts/cdebugger.htm"/>
	</context>
	<context  id="resetMemoryMonitor_preference_page_context" >
		<description>You can reset a memory monitor to the base address if you have moved away from it. When you reset a monitor to the base address, you can set it to reset only the visible renderings - or you can set it to reset all renderings. If you choose to reset all renderings, performance of the reset operation can be negatively impacted.
		<topic label="Debug Preferences" href="reference/preferences/run-debug/ref-run_debug.htm"/>
		<topic label="Debugger Concepts" href="concepts/cdebugger.htm"/>
	</context>
	
<!-- 
	Property Pages 
-->
	<context id="process_property_page_context" >
		<description>This page displays the run-at time, name and command line used to launch the selected process.
	</context>
	<context id="process_page_run_at_time_widget">
		<description>The time when the selected process was initially run.
	</context>
	<context id="TableRenderingPropertiesPage_context" >
		<description>This page displays properties for the selected memory.
	</context>
	<context id="run_debug_resource_property_page">
		<description>This page displays all of the launch configurations that fall within the scope of the selected resource.
	</context>

<!--
	Registers View
-->
	<context id="registers_view_context">
		<description>This view displays the registers in your program.
		<topic label="Detail Pane" href="reference/views/shared/ref-detailpane.htm"/>
		<topic label="Inspecting Values" href="tasks/task-inspecting.htm"/>
		<topic label="Show Type Names" href="reference/views/shared/ref-showtypenames.htm" />
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
	</context>

<!--
	Run Menu
-->
	<context  id="debug_last_action_context" >
      	<description>This command re-launches the most recently launched application in debug mode, or debugs the selected resource or active editor, based on your launching preferences
		<topic label="Debug / Debug Last" href="reference/menus/run/ref-dll_debug.htm"/>
		<topic label="Debug Toolbar Action" href="reference/ref-toolbar-run.htm"/>
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Launching a Java program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Launching Preferences" href="reference/preferences/run-debug/ref-launching.htm"/>
    </context>
	<context  id="run_action_context" >
      	<description>This command allows you to run the selected executable.
		<topic label="Run Toolbar Action" href="reference/ref-toolbar-run.htm"/>
		<topic label="Run / Run Last" href="reference/menus/run/ref-rll_run.htm"/>
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
		<topic label="Launching Preferences" href="reference/preferences/run-debug/ref-launching.htm"/>
    </context>
	<context  id="run_last_action_context" >
		<description>This command re-launches the most recently launched application in run mode, or launches the selected resource or active editor, based on your launching preferences
		<topic label="Run / Relaunch" href="reference/menus/run/ref-rll_run.htm"/>
		<topic label="Run Toolbar Action" href="reference/ref-toolbar-run.htm"/>
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Launching a Java program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Launching Preferences" href="reference/preferences/run-debug/ref-launching.htm"/>
    </context>
	<context  id="profile_action_context" >
     	<description>This command allows you to profile the selected executable.
		<topic label="Launching a Java program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Launching Preferences" href="reference/preferences/run-debug/ref-launching.htm"/>
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
    </context>        
	<context  id="profile_last_action_context" >
    	<description>This command re-launches the most recently launched application in profile mode.
		<topic label="Launching a Java program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Launching Preferences" href="reference/preferences/run-debug/ref-launching.htm"/>
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
    </context>
	<context  id="inspect_action_context" >
      	<description>This command allows you to inspect the result of evaluating the selected expression.
		<topic label="Inspecting in the Display View" href="reference/views/shared/ref-inspect.htm" /> 
		<topic label="Display View" href="reference/views/display/ref-display_view.htm" />
		<topic label="Inspecting in the Expressions View" href="reference/views/expressions/ref-inspect.htm" /> 
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Inspecting in the Variables View" href="reference/views/shared/ref-inspect.htm" /> 
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
		<topic label="Debugging Locally" href="concepts/clocdbug.htm"/>
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
    </context>
	<context  id="run_to_line_action_context" >
    	<description>This command resumes execution to the selected line. 
		<topic label="Run To Line" href="reference/menus/run/ref-run_to_line.htm"/>
		<topic label="Stepping" href="tasks/task-stepping.htm" /> 
		<topic label="Debugging Locally" href="concepts/clocdbug.htm"/>
		<topic label="Execution Control Commands" href="reference/views/debug/ref-executioncontrolcommands.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" /> 
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
  	</context>
	<context  id="open_debug_configurations_action_context" >
		<description>This command opens the launch configuration dialog in debug mode.
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
	</context>    
	<context  id="open_run_configurations_action_context" >
		<description>This command opens the launch configuration dialog in run mode.
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
	</context>    
	<context  id="open_profile_configurations_action_context" >
		<description>This command opens the launch configuration dialog in profile mode.
		<topic label="Creating a Java application launch configuration" href="tasks/tasks-java-local-configuration.htm"/>
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
	</context>     
	<context  id="relaunch_history_action_context" >
		<description>This command allows you to select a previous launch from the launch history.
		<topic label="Relaunching a Previously-launched Program" href="tasks/task-relaunch_program.htm" />
		<topic label="Launching a Java program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
	</context>
	<context  id="open_launch_configuration_action_context" >
		<description>This command opens the launch configuration dialog in the context of the specified launch group.
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
	</context>
	<context  id="debug_action_context" >
      <description>This command allows you to run the selected executable under debugger control. 
	  <topic label="Debug Toolbar Action" href="reference/ref-toolbar-run.htm"/>
	  <topic label="Debug / Debug Last" href="reference/menus/run/ref-dll_debug.htm"/>
      <topic label="Debugger Concepts" href="concepts/cdebugger.htm"/>
      <topic label="Debugging Locally" href="concepts/clocdbug.htm"/>
	  <topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
    </context>
    <context id="toggle_breakpoint_action_context">
	    <description>This command creates or removes a breakpoint based on the cursor location in the active editor.
		<topic label="Toggle Breakpoint" href="reference/menus/run/ref-toggle_breakpoint.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm"/>
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
    </context>
    <context id="toggle_line_breakpoint_action_context">
	    <description>This command creates or removes a line breakpoint based on the cursor location in the active editor.
		<topic label="Toggle Line Breakpoint" href="reference/menus/run/ref-toggle_line_breakpoint.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm"/>
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
    </context>
    <context id="toggle_method_breakpoint_action_context">
	    <description>This command creates or removes a method breakpoint based on the cursor location in the active editor or selected method.
		<topic label="Toggle Method Breakpoint" href="reference/menus/run/ref-toggle_method_breakpoint.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm"/>
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
    </context>
   <context id="toggle_watchpoint_action_context">
	    <description>This command creates or removes a watchpoint based on the cursor location in the active editor or selected field.
		<topic label="Toggle Watchpoint" href="reference/menus/run/ref-toggle_watchpoint.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm"/>
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
    </context>
	<context id="skip_all_breakpoints_action_context" >
		<description>When checked, breakpoints will not suspend execution while debugging.
		<topic label="Skip All Breakpoints" href="reference/views/breakpoints/ref-skipall_viewaction.htm"/>
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm"/>
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
	</context>
    
<!--
	Shared Contexts
-->
	<context id="find_element_context">
		<description>This command finds an element by name.
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
	</context>
 	<context  id="change_value_action_context" >
		<description>This command allows you to change the value of the selected variable.
		<topic label="Change Variable Value" href="reference/views/shared/ref-changevarvalue.htm" /> 
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
    </context>
	<context  id="select_all_variables_action_context" >
		<description>This command selects all elements in the view.
		<topic label="Change Variable Value" href="reference/views/shared/ref-selectall.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Console View" href="reference/views/console/ref-console_view.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm"/>
		<topic label="Detail Pane" href="reference/views/shared/ref-detailpane.htm"/>
		<topic label="Display View" href="reference/views/display/ref-display_view.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
	</context>
	<context  id="copy_variables_to_clipboard_action_context" >
		<description>This command copies a textual representation of the selected variables to the clipboard.
		<topic label="Copy" href="reference/views/shared/ref-copy.htm" />
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
	</context>
	<context  id="show_types_action_context" >
		<description>This option can be toggled to show or hide type names of variables in the view.
		<topic label="Show Type Names" href="reference/views/shared/ref-showtypenames.htm" /> 
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
	</context>
	<context  id="variables_content_providers_action_context" >
		<description>This command toggles the display of logical variable structure.
		<topic label="Show Logical Structures Names" href="reference/views/shared/ref-showlogical.htm" /> 
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
	</context> 
	<context id="variables_select_detail_pane_action_context">
	    <description>Use this menu to choose between several different types of detail panes, each capable of displaying information about selected variables in different ways.
	    <topic label="Detail Pane" href="reference/views/shared/ref-detailpane.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm" />
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm" />
    </context>
    <context id="horizontal_detail_pane_layout_action_context">
	    <description>This command reveals the detail pane and sets it in a horizontal alignment within the view.
	    <topic label="Horizontal View Orientation" href="reference/views/shared/ref-horizview.htm"/>
	    <topic label="Vertical View Orientation" href="reference/views/shared/ref-vertview.htm"/>
	    <topic label="View Only Layout" href="reference/views/shared/ref-viewonly.htm"/>
		<topic label="Detail Pane" href="reference/views/shared/ref-detailpane.htm"/>
		<topic label="View Layout Commands" href="reference/views/shared/ref-viewlayoutcommands.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm" />
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm" />
    </context>
    <context id="vertical_detail_pane_layout_action_context">
	    <description>This command reveals the detail pane and sets it in a vertical alignment within the view.
	    <topic label="Vertical View Orientation" href="reference/views/shared/ref-vertview.htm"/>
	    <topic label="Horizontal View Orientation" href="reference/views/shared/ref-horizview.htm"/>
	    <topic label="View Only Layout" href="reference/views/shared/ref-viewonly.htm"/>
	    <topic label="Detail Pane" href="reference/views/shared/ref-detailpane.htm"/>
		<topic label="View Layout Commands" href="reference/views/shared/ref-viewlayoutcommands.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm" />
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm" />
    </context>
    <context id="detail_pane_hidden_layout_action_context">
	    <description>This command hides the detail pane within the view.
	    <topic label="View Only Layout" href="reference/views/shared/ref-viewonly.htm"/>
	    <topic label="Horizontal View Orientation" href="reference/views/shared/ref-horizview.htm"/>
	    <topic label="Vertical View Orientation" href="reference/views/shared/ref-vertview.htm"/>
	    <topic label="Detail Pane" href="reference/views/shared/ref-detailpane.htm"/>
		<topic label="View Layout Commands" href="reference/views/shared/ref-viewlayoutcommands.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm" />
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm" />
    </context>
    <context id="show_columns_context">
	    <description>This command toggles whether to display columns in the view.
		<topic label="Show Columns" href="reference/views/shared/ref-showcolumns.htm" />
		<topic label="Detail Pane" href="reference/views/shared/ref-detailpane.htm"/>
		<topic label="View Layout Commands" href="reference/views/shared/ref-viewlayoutcommands.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm" />
    </context>
    <context id="configure_columns_context">
		<description>This command sets the visible columns in the associated view.
		<topic label="Select Columns" href="reference/views/shared/ref-selectcolumns.htm" />
		<topic label="Detail Pane" href="reference/views/shared/ref-detailpane.htm"/>
		<topic label="View Layout Commands" href="reference/views/shared/ref-viewlayoutcommands.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm" />
	</context>
    
<!--
	Variables View
--> 
	<context  id="variable_view_context" >
		<description>This view displays the variables in your program.
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
		<topic label="Detail Pane" href="reference/views/shared/ref-detailpane.htm"/>
		<topic label="Inspecting Values" href="tasks/task-inspecting.htm"/>
		<topic label="Show Qualified Names in Variables View" href="reference/views/shared/ref-showqualified.htm" />
		<topic label="Show Type Names in Variables View" href="reference/views/shared/ref-showtypenames.htm" />
		<topic label="Add/Remove Watchpoint" href="reference/views/shared/ref-togglewp.htm" />
		<topic label="Show Static Fields in Variables View" href="reference/views/shared/ref-showstatic.htm" />
		<topic label="Show Constants in Variables View" href="reference/views/shared/ref-showconstants.htm" />
		<topic label="Change Variable Values in the Variables View" href="reference/views/shared/ref-changevarvalue.htm" /> 
		<topic label="Inspect in the Variables View" href="reference/views/shared/ref-inspect.htm" /> 
	</context>
		<context  id="variable_watch_action_context">
		<description>This command creates a watch expression from the selected variable.
		<topic label="Create Watch Expression" href="reference/views/variables/ref-createwatch.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
	</context>

</contexts>

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.