carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/contexts_CDT_DEBUGGER.xml
changeset 5 684bf18fdedf
equal deleted inserted replaced
4:4764c8c88759 5:684bf18fdedf
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <?NLS TYPE="org.eclipse.help.contexts"?>
       
     3 <!DOCTYPE contexts [
       
     4 	<!ENTITY defaultCSHelp "Default Context Sensitive Help">
       
     5 	<!ENTITY registersView "Registers view">
       
     6 	<!ENTITY registersViewPrefs "Registers view preferences">
       
     7 	<!ENTITY memoryView "Memory view">
       
     8 	<!ENTITY memoryViewPrefs "Memory view preferences">
       
     9 	<!ENTITY modulesView "Modules view">
       
    10 	<!ENTITY sharedLibsViewPrefs "Shared Libraries view preferences">
       
    11 	<!ENTITY signalsView "Signals view">
       
    12 	<!ENTITY disassemblyView "Disassembly view">
       
    13 	<!ENTITY breakpoints "Breakpoints">
       
    14     <!ENTITY debugView "Debug view">
       
    15     <!ENTITY debugPrefs "Debug preferences">
       
    16     <!ENTITY srcPrefs "Source Code Locations">
       
    17     <!ENTITY importExe "Import C/C++ Executable Files">
       
    18     <!ENTITY chooseProj "Choose Project">
       
    19 	<!ENTITY consoleView "Console view">
       
    20 ]>
       
    21 <contexts>
       
    22 
       
    23 <context id ="default_cs_help">
       
    24    <description>Click below to see help.</description>
       
    25    <topic href="default_cs_help.htm"
       
    26    	label="&defaultCSHelp;"/>
       
    27 </context>
       
    28 
       
    29 <context id ="registers_view_context">
       
    30    <description>The registers view displays the register values of a selected stack frame. </description>
       
    31    <topic href="reference/cdt_u_registersview.htm"
       
    32    	label="&registersView;"/>
       
    33 </context>
       
    34 
       
    35 <context id ="registers_preference_page_context">
       
    36    <description>Change the color in which register values are displayed. </description>
       
    37    <topic href="reference/cdt_u_reg_view_pref.htm"
       
    38    	label="&registersViewPrefs;"/>
       
    39 </context>
       
    40 
       
    41 <context id ="MemoryView_context">
       
    42    <description>The memory view displays process memory. </description>
       
    43    <topic href="reference/cdt_u_memoryview.htm"
       
    44    	label="&memoryView;"/>
       
    45 </context>
       
    46 
       
    47 <context id="variable_view_context">
       
    48    <description>This view displays the variables in your program.</description>
       
    49 </context>
       
    50 
       
    51 <context id="disassembly_view_context">
       
    52    <description>This view displays the disassembly of your program.</description>
       
    53    <topic href="reference/cdt_u_disassembly_view.htm"
       
    54    	label="&disassemblyView;"/>
       
    55 </context>
       
    56 
       
    57 <context id="expression_view_context" >
       
    58    <description>This view shows the results of inspecting an expression or variable.</description>
       
    59 </context>
       
    60 
       
    61 <context id ="memory_preference_page_context">
       
    62    <description>Click below to see help</description>
       
    63    <topic href="reference/cdt_u_mem_view_pref.htm"
       
    64    	label="&memoryViewPrefs;"/>
       
    65 </context>
       
    66 
       
    67 <context id ="modules_view_context">
       
    68    <description>Click below to see help</description>
       
    69    <topic href="reference/cdt_u_modules_view.htm"
       
    70    	label="&modulesView;"/>
       
    71 </context>
       
    72 
       
    73 <context id ="signals_view_context">
       
    74    <description>Click below to see help</description>
       
    75    <topic href="reference/cdt_u_signals_view.htm"
       
    76    	label="&signalsView;"/>
       
    77 </context>
       
    78 
       
    79 <context id ="debug_view_context">
       
    80    <description>Click below to see help.</description>
       
    81    <topic href="reference/cdt_u_dbg_view.htm"
       
    82    	label="&debugView;"/>
       
    83 </context>
       
    84 
       
    85 <context id ="breakpoint_view_context">
       
    86    <description>The Breakpoints view lists all the breakpoints you have set.</description>
       
    87    <topic href="concepts/cdt_c_brkpnts.htm"
       
    88    	label="&breakpoints;"/>
       
    89 </context>
       
    90 
       
    91 <context id ="c_debug_preference_page_context">
       
    92    <description>View information about your program as you debug. </description>
       
    93    <topic href="reference/cdt_u_dbg_pref.htm"
       
    94    	label="&debugPrefs;"/>
       
    95 </context>
       
    96 
       
    97 <context id ="source_preference_page_context">
       
    98    <description>Source code locations. </description>
       
    99    <topic href="reference/cdt_u_dbg_src.htm"
       
   100    	label="&srcPrefs;"/>
       
   101 </context>
       
   102 	
       
   103 <context id ="import_executable_page_one">
       
   104    <description>Select or search for C/C++ executable files.</description>
       
   105    <topic href="tasks/cdt_t_debug_exes.htm"
       
   106 	   label="&importExe;"/>
       
   107 </context>
       
   108 
       
   109 <context id ="import_executable_page_two">
       
   110    <description>Choose or create a project to hold the executable.</description>
       
   111    <topic href="tasks/cdt_t_debug_exes.htm"
       
   112 	   label="&chooseProj;"/>
       
   113 </context>
       
   114 
       
   115 <!-- Note: context id for console view is defined in org.eclipse.ui.console -->
       
   116 <context id ="console_view_context">
       
   117    <description>Click below to see help.</description>
       
   118    <topic href="reference/cdt_u_console_view.htm"
       
   119    	label="&consoleView;"/>
       
   120 </context>
       
   121 
       
   122 </contexts>