| <?xml version="1.0" encoding="UTF-8"?> |
| <?NLS TYPE="org.eclipse.help.contexts"?> |
| <contexts> |
| <!-- |
| Copyright (c) IBM Corporation and others 2000, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page. |
| |
| All JDT Debug contexts, those for org.eclipse.jdt.debug.ui, are located in this file |
| All contexts are gouped by their relation, with all relations grouped alphabetically. |
| --> |
| |
| <!-- |
| Breakpoints View |
| --> |
| <context id="breakpoint_suspend_policy_toggle_action_context" > |
| <description>This command toggles a breakpoint's suspend policy between suspending all threads in a VM or onlt the thread in which the breakpoint was encountered.</description> |
| <topic label="Exception Breakpoint Suspend Policy" href="reference/breakpoints/ref-suspendpolicy_option.htm"/> |
| <topic label="Exception Breakpoint Suspend on Subclass Option" href="reference/breakpoints/ref-suspendsubclass_option.htm"/> |
| <topic label="Suspend Policy Context Action" href="reference/views/breakpoints/ref-suspendpolicy_contextaction.htm" /> |
| <topic label="Exception Breakpoint Uncaught Option" href="reference/breakpoints/ref-uncaught_option.htm" /> |
| <topic label="Add Java Exception Breakpoint" href="reference/views/breakpoints/ref-addexception_viewaction.htm" /> |
| <topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/> |
| <topic label="Context Menu Items" href="reference/views/contextmenuitems.htm"/> |
| <topic label="Debugger" href="concepts/cdebugger.htm" /> |
| </context> |
| <context id="hit_count_action_context" > |
| <description>This command opens a dialog to configure a breakpoint's hit count.</description> |
| <topic label="Hit Count Option" href="reference/breakpoints/ref-hitcount_option.htm" /> |
| <topic label="Hit Count Context Action" href="reference/views/breakpoints/ref-hitcount_contextaction.htm"/> |
| <topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/> |
| <topic label="Context Menu Items" href="reference/views/contextmenuitems.htm"/> |
| <topic label="Debugger" href="concepts/cdebugger.htm" /> |
| </context> |
| <context id="breakpoint_properties_action_context" > |
| <description>This command opens a dialog to configure a breakpoint's properties.</description> |
| <topic label="Breakpoint Properties" href="reference/views/breakpoints/ref-properties_contextaction.htm" /> |
| <topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/> |
| <topic label="Context Menu Items" href="reference/views/contextmenuitems.htm"/> |
| <topic label="Debugger" href="concepts/cdebugger.htm" /> |
| </context> |
| <context id="exception_caught_toggle_action_context" > |
| <description>When checked, this command configures an exception breakpoint to suspend execution in caught locations.</description> |
| <topic label="Exception Breakpoint Caught Option" href="reference/breakpoints/ref-caught_option.htm" /> |
| <topic label="Exception Breakpoint Uncaught Option" href="reference/breakpoints/ref-uncaught_option.htm" /> |
| <topic label="Caught Context Action" href="reference/views/breakpoints/ref-caught_contextaction.htm" /> |
| <topic label="Uncaught Context Action" href="reference/views/breakpoints/ref-uncaught_contextaction.htm" /> |
| <topic label="Exception Breakpoint Suspend on Subclass Option" href="reference/breakpoints/ref-suspendsubclass_option.htm"/> |
| <topic label="Add Java Exception Breakpoint" href="reference/views/breakpoints/ref-addexception_viewaction.htm" /> |
| <topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/> |
| <topic label="Context Menu Items" href="reference/views/contextmenuitems.htm"/> |
| <topic label="Debugger" href="concepts/cdebugger.htm" /> |
| </context> |
| <context id="exception_uncaught_toggle_action_context" > |
| <description>When checked, this command configures an exception breakpoint to suspend execution in uncaught locations.</description> |
| <topic label="Exception Breakpoint Uncaught Option" href="reference/breakpoints/ref-uncaught_option.htm" /> |
| <topic label="Uncaught Context Action" href="reference/views/breakpoints/ref-uncaught_contextaction.htm" /> |
| <topic label="Exception Breakpoint Caught Option" href="reference/breakpoints/ref-caught_option.htm" /> |
| <topic label="Caught Context Action" href="reference/views/breakpoints/ref-caught_contextaction.htm" /> |
| <topic label="Exception Breakpoint Suspend on Subclass Option" href="reference/breakpoints/ref-suspendsubclass_option.htm"/> |
| <topic label="Add Java Exception Breakpoint" href="reference/views/breakpoints/ref-addexception_viewaction.htm" /> |
| <topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/> |
| <topic label="Context Menu Items" href="reference/views/contextmenuitems.htm"/> |
| <topic label="Debugger" href="concepts/cdebugger.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).</description> |
| <topic label="Watchpoint Access Option" href="reference/breakpoints/ref-access_option.htm" /> |
| <topic label="Access Context Action" href="reference/views/breakpoints/ref-access_contextaction.htm" /> |
| <topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/> |
| <topic label="Context Menu Items" href="reference/views/contextmenuitems.htm"/> |
| <topic label="Debugger" href="concepts/cdebugger.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).</description> |
| <topic label="Watchpoint Modification Option" href="reference/breakpoints/ref-modification_option.htm" /> |
| <topic label="Modification Context Action" href="reference/views/breakpoints/ref-modification_contextaction.htm" /> |
| <topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/> |
| <topic label="Context Menu Items" href="reference/views/contextmenuitems.htm"/> |
| <topic label="Debugger" href="concepts/cdebugger.htm" /> |
| </context> |
| <context id="entry_toggle_action_context" > |
| <description>When checked, this command configures a method breakpoint to suspend execution when a method is entered.</description> |
| <topic label="Method Breakpoint Entry Option" href="reference/breakpoints/ref-entry_option.htm" /> |
| <topic label="Entry Context Action" href="reference/views/breakpoints/ref-entry_contextaction.htm" /> |
| <topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/> |
| <topic label="Context Menu Items" href="reference/views/contextmenuitems.htm"/> |
| <topic label="Debugger" href="concepts/cdebugger.htm" /> |
| </context> |
| <context id="exit_toggle_action_context" > |
| <description>When checked, this command configures a method breakpoint to suspend execution when a method is exited.</description> |
| <topic label="Method Breakpoint Exit Option" href="reference/breakpoints/ref-exit_option.htm" /> |
| <topic label="Exit Context Action" href="reference/views/breakpoints/ref-exit_contextaction.htm" /> |
| <topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/> |
| <topic label="Context Menu Items" href="reference/views/contextmenuitems.htm"/> |
| <topic label="Debugger" href="concepts/cdebugger.htm" /> |
| </context> |
| |
| <!-- |
| Console |
| --> |
| <context id="stack_trace_console_context"> |
| <description>You can paste, format, and navigate Java stack traces in this console.</description> |
| <topic label="Format" href="reference/views/console/ref-format_action.htm"/> |
| <topic label="Open Link" href="reference/views/console/ref-openlink_action.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.</description> |
| <topic label="Remove Launch" href="reference/views/console/ref-removelaunch_action.htm"/> |
| <topic label="Console View" href="reference/views/console/ref-console_view.htm"/> |
| </context> |
| |
| <!-- |
| Context Launch Shortcuts |
| --> |
| <context id="shortcut_local_java_application" > |
| <description>This command launches the selected main type as a Java application.</description> |
| </context> |
| <context id="shortcut_java_applet" > |
| <description>This command launches the selected applet in an applet viewer.</description> |
| </context> |
| |
| <!-- |
| Debug View |
| --> |
| <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.</description> |
| <topic label="Drop to Frame" href="reference/views/debug/ref-droptoframe.htm"/> |
| <topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" /> |
| </context> |
| <context id="show_system_threads_context" > |
| <description>This command toggles the display of non-suspended system threads.</description> |
| <topic label="Show System Threads" href="reference/views/debug/ref-showsystemthreads.htm"/> |
| <topic label="Show Monitors" href="reference/views/debug/ref-showmonitors.htm"/> |
| <topic label="Show Qualified Names" href="reference/views/shared/ref-showqualified.htm"/> |
| <topic label="Show Thread Groups" href="reference/views/debug/ref-showthreadgroups.htm"/> |
| <topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" /> |
| </context> |
| <context id="show_monitors_context"> |
| <description>This command changes if monitor information should be shown in the debug view or not.</description> |
| <topic label="Show Monitors" href="reference/views/debug/ref-showmonitors.htm"/> |
| <topic label="Show Qualified Names" href="reference/views/shared/ref-showqualified.htm"/> |
| <topic label="Show System Threads" href="reference/views/debug/ref-showsystemthreads.htm"/> |
| <topic label="Show Thread Groups" href="reference/views/debug/ref-showthreadgroups.htm"/> |
| <topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" /> |
| </context> |
| <context id="show_thread_groups_context" > |
| <description>This command changes if thread groups should be shown in the debug view or not.</description> |
| <topic label="Show Thread Groups" href="reference/views/debug/ref-showthreadgroups.htm"/> |
| <topic label="Show Monitors" href="reference/views/debug/ref-showmonitors.htm"/> |
| <topic label="Show Qualified Names" href="reference/views/shared/ref-showqualified.htm"/> |
| <topic label="Show System Threads" href="reference/views/debug/ref-showsystemthreads.htm"/> |
| <topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" /> |
| </context> |
| <context id="add_package_step_filter_action_context" > |
| <description>This command creates a step filter for the package associated with the receiver of the selected stack frame.</description> |
| <topic label="Filter Package" href="reference/views/debug/ref-filterpackage.htm"/> |
| <topic label="Edit Step Filters" href="reference/views/debug/ref-editstepfilters.htm"/> |
| <topic label="Filter Type" href="reference/views/debug/ref-filtertype.htm"/> |
| <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="Debug View" href="reference/views/debug/ref-debug_view.htm" /> |
| </context> |
| <context id="add_type_step_filter_action_context" > |
| <description>This command creates a step filter for the type associated with the receiver of the selected stack frame.</description> |
| <topic label="Filter Type" href="reference/views/debug/ref-filtertype.htm"/> |
| <topic label="Edit Step Filters" href="reference/views/debug/ref-editstepfilters.htm"/> |
| <topic label="Filter Package" href="reference/views/debug/ref-filterpackage.htm"/> |
| <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="Debug View" href="reference/views/debug/ref-debug_view.htm" /> |
| </context> |
| <context id="edit_step_filters_action_context" > |
| <description>This command opens the Java step filters preference page.</description> |
| <topic label="Edit Step Filters" href="reference/views/debug/ref-editstepfilters.htm"/> |
| <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="Debug View" href="reference/views/debug/ref-debug_view.htm" /> |
| </context> |
| |
| <!-- |
| Dialogs |
| --> |
| <context id="edit_jre_dialog_context" > |
| <description>This dialog allows you to configure the location, name, and libraries associated with a JRE. Source and javadoc can be configured for each library.</description> |
| </context> |
| <context id="jre_details_dialog_context" > |
| <description>This dialog allows you to view the read-only properties of a JRE contributed by a plug-in.</description> |
| </context> |
| <context id="edit_detail_formatter_dialog_context" > |
| <description>This dialog allows you to configure the detail formatter code snippet associated with a Java class.</description> |
| </context> |
| <context id="instance_breakpoint_selection_dialog_context" > |
| <description>This dialog allows you to restrict breakpoints to a specific object.</description> |
| </context> |
| <context id="add_watch_expression_dialog_context" > |
| <description>This dialog allows you to define a new watch expression.</description> |
| </context> |
| <context id="edit_watch_expression_dialog_context" > |
| <description>This dialog allows you to edit an existing watch expression.</description> |
| </context> |
| <context id="snippet_imports_dialog_context" > |
| <description>This dialog allows you to configure the imports associated with a snippet editor.</description> |
| </context> |
| |
| <!-- |
| Display View |
| --> |
| <context id="display_view_context" > |
| <description>This view displays the result of expression evaluations. It allows you to select an expression and evaluate it.</description> |
| <topic label="Display View" href="reference/views/display/ref-display_view.htm"/> |
| <topic label="Clear" href="reference/views/shared/ref-clear.htm"/> |
| <topic label="Display Result" href="reference/views/display/ref-display.htm"/> |
| <topic label="Evaluating Expressions" href="tasks/task-evaluating_expressions.htm"/> |
| <topic label="Execute Selected Statement" href="reference/views/display/ref-execute.htm"/> |
| <topic label="Inspect" href="reference/views/display/ref-inspect.htm"/> |
| </context> |
| <context id="clear_display_view_action_context" > |
| <description>This command clears the contents of the Display view.</description> |
| <topic label="Clear" href="reference/views/shared/ref-clear.htm"/> |
| </context> |
| |
| <!-- |
| Launch Configuration Tabs |
| --> |
| <context id="launch_configuration_dialog_arguments_tab" > |
| <description>This tab allows you to specify the program and virtual machine arguments for the launch associated with this launch configuration as well as the working directory</description> |
| <topic label="Java application launch configuration" href=" tasks\tasks-java-local-configuration.htm"/> |
| <topic label="Setting execution arguments" href="tasks/tasks-executionArgs.htm"/> |
| </context> |
| <context id="launch_configuration_dialog_classpath_tab" > |
| <description>This tab allows you to specify the classpath for the launch associated with this launch configuration</description> |
| <topic label="Java application launch configuration" href=" tasks\tasks-java-local-configuration.htm"/> |
| </context> |
| <context id="launch_configuration_dialog_connect_tab" > |
| <description>This tab allows you to set specific information for remote debugging</description> |
| <topic label="Remote debugging" href="concepts/cremdbug.htm"/> |
| </context> |
| <context id="launch_configuration_dialog_jre_tab" > |
| <description>This tab allows you to define the JRE used to run or debug the application</description> |
| <topic label="Java application launch configuration" href=" tasks\tasks-java-local-configuration.htm"/> |
| <topic label="Working with JREs" href="tasks/tasks-JREs.htm"/> |
| </context> |
| <context id="launch_configuration_dialog_main_tab" > |
| <description>This tab allows you specify parameters associated with the main type for the launch.</description> |
| <topic label="Java application launch configuration" href=" tasks\tasks-java-local-configuration.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.</description> |
| <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="new_snippet_wizard_page_context"> |
| <description>This wizard helps you create a new Java scrapbook page.</description> |
| <topic label="Creating a Scrapbook Page" href="tasks/task-create_scrapbook_page.htm"/> |
| <topic label="New Java Scrapbook Page Wizard" href="reference/ref-129.htm"/> |
| </context> |
| |
| <!-- |
| Multiview contexts |
| --> |
| <context id="show_qualified_action_context" > |
| <description>This option can be toggled to show or hide qualified names in the view.</description> |
| <topic label="Show Qualified Names" href="reference/views/shared/ref-showqualified.htm" /> |
| <topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/> |
| <topic label="Show Qualified Names in the Debug View" href="reference/views/shared/ref-showqualified.htm"/> |
| <topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" /> |
| <topic label="Show Qualified Names in Expressions View" href="reference/views/shared/ref-showqualified.htm" /> |
| <topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/> |
| <topic label="Show Qualified Names in Variables View" href="reference/views/shared/ref-showqualified.htm" /> |
| <topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/> |
| </context> |
| |
| <!-- |
| Navigate Menu |
| --> |
| <context id="open_variable_concrete_type_hierarchy_action_context" > |
| <description>This command opens a Type Hierarchy view on the type of the selected object.</description> |
| </context> |
| <context id="open_variable_concrete_type_action_context" > |
| <description>This command opens a Java editor on the type of the selected object.</description> |
| </context> |
| <context id="open_variable_declared_type_hierarchy_action_context" > |
| <description>This command opens a Type Hierarchy view on the declared type of the selected variable.</description> |
| </context> |
| <context id="open_on_variable_type_action_context" > |
| <description>This command opens a Java editor on the declared type of the selected variable.</description> |
| </context> |
| <context id="open_on_receiving_type_action_context" > |
| <description>This command opens a Java editor on the type of the receiver of the selected stack frame.</description> |
| </context> |
| <context id="open_receiving_type_hierarchy_action_context" > |
| <description>This command opens a Type Hierarchy view on the type of the receiver of the selected stack frame.</description> |
| </context> |
| <context id="open_on_declaring_type_action_context" > |
| <description>This command opens a Java editor on the type in which the method of the selected stack frame is defined.</description> |
| </context> |
| <context id="open_declaring_type_hierarchy_action_context" > |
| <description>This command opens a Type Hierarchy view on the type in which the method of the selected stack frame is defined.</description> |
| </context> |
| |
| <!-- |
| Preference Pages |
| --> |
| <context id="jre_preference_page_context" > |
| <description>On this page, you can add, remove, and edit JRE configurations.</description> |
| <topic label="Working with JREs" href="tasks/tasks-JREs.htm"/> |
| </context> |
| <context id="jre_profiles_page_context" > |
| <description>On this page, you can specify a default JRE to use for each JRE profile.</description> |
| </context> |
| <context id="java_breakpoint_preference_page_context" > |
| <description>On this page, you can modify the properties of a Java breakpoint.</description> |
| </context> |
| <context id="java_detail_formatter_preference_page_context" > |
| <description>On this page, you can define code snippets used to display the details for variables and expressions in the Variables and Expressions view details area.</description> |
| </context> |
| <context id="java_debug_preference_page_context" > |
| <description>On this page, you can configure Java debugging preferences for suspending execution, hot code replace, and communication timeouts.</description> |
| </context> |
| <context id="java_step_filter_preference_page_context" > |
| <description>On this page, you can configure the step filters for the Java debugger.</description> |
| </context> |
| <context id="java_primitives_preference_page_context " > |
| <description>On this page, you can configure display options for primitive variables in the Java debugger.</description> |
| </context> |
| |
| <!-- |
| Run Menu |
| --> |
| <context id="add_exception_action_context" > |
| <description>This command opens a dialog to create a Java exception breakpoint.</description> |
| </context> |
| <context id="step_into_selection_action_context" > |
| <description>This command steps into the selected method on the current line of execution. Method selection is determined by the selected text or cursor location in the Java editor.</description> |
| </context> |
| <context id="run_to_line_action_context" > |
| <description>This command resumes execution to the line on which the cursor is located in the Java editor.</description> |
| </context> |
| <context id="execute_action_context" > |
| <description>This command executes the selected code snippet.</description> |
| </context> |
| <context id="display_action_context" > |
| <description>This command executes the selected code snippet and displays a textual result.</description> |
| </context> |
| <context id="inspect_action_context" > |
| <description>This command executes the selected code snippet and shows the resulting object or primitive in the Expressions view.</description> |
| </context> |
| <context id="manage_watchpoint_action_context" > |
| <description>This command adds or removes a watchpoint on the selected field.</description> |
| </context> |
| <context id="manage_method_breakpoint_action_context" > |
| <description>This command adds or removes a method breakpoint on the selected method.</description> |
| </context> |
| <context id="manage_breakpoint_action_context" > |
| <description>This command adds or removes a breakpoint on the current line.</description> |
| </context> |
| <context id="watch_action_context" > |
| <description>This command creates a watch item for the selected text or variable, and places it in the Expressions view.</description> |
| </context> |
| |
| <!-- |
| Scrapbook |
| --> |
| <context id="scrapbook_imports_action_context" > |
| <description>This command opens a dialog to configure the imports associated with this snippet editor.</description> |
| </context> |
| <context id="terminate_scrapbook_vm_action_context" > |
| <description>This command terminates the VM performing evaluations for this snippet editor.</description> |
| </context> |
| |
| <!-- |
| Variables View |
| --> |
| <context id="show_constants_action_context" > |
| <description>This option can be toggled to show or hide constants (static final variables) in the view.</description> |
| </context> |
| <context id="show_static_action_context" > |
| <description>This option can be toggled to show or hide static variables in the view.</description> |
| </context> |
| <context id="variable_inspect_action_context" > |
| <description>This command adds the selected object or primitive value to the Expressions view.</description> |
| </context> |
| <context id="variable_watch_action_context" > |
| <description>This command creates a Java watch expression based on the name of the selected variable.</description> |
| </context> |
| <context id="new_detail_formatter_action_context" > |
| <description>This command opens a dialog to define a detail formatter for the class of the selected variable.</description> |
| </context> |
| <context id="edit_detail_formatter_action_context" > |
| <description>This command opens a dialog to edit an existing detail formatter for the class of the selected variable.</description> |
| </context> |
| <context id="remove_detail_formatter_action_context" > |
| <description>This command removes the existing detail formatter for the class of the selected variable.</description> |
| </context> |
| <context id="edit_variable_preferences" > |
| <description>Opens preferences to configure settings related to variables in the Java debugger.</description> |
| </context> |
| </contexts> |
| |