core/com.nokia.carbide.cpp.doc.user/html/debugger/views/perspective_debug.htm
changeset 2137 0a2167a80b64
parent 2136 f0b706fa897d
equal deleted inserted replaced
2136:f0b706fa897d 2137:0a2167a80b64
    14 Debug</a> perspective is where you debug programs running on an emulator or  a target device. The default views include:</p>
    14 Debug</a> perspective is where you debug programs running on an emulator or  a target device. The default views include:</p>
    15 <ul>
    15 <ul>
    16   <li><a href="../debug/viewing_debug.htm">Debug</a> view - displays information about a suspended process during a debug session</li>
    16   <li><a href="../debug/viewing_debug.htm">Debug</a> view - displays information about a suspended process during a debug session</li>
    17   <li><a href="view_variables.htm">Variables</a> view - allows manipulation of variables used in source code</li>
    17   <li><a href="view_variables.htm">Variables</a> view - allows manipulation of variables used in source code</li>
    18   <li><a href="view_breakpoints.htm">Breakpoints</a> view - allows manipulation of breakpoints and watchpoints</li>
    18   <li><a href="view_breakpoints.htm">Breakpoints</a> view - allows manipulation of breakpoints and watchpoints</li>
    19   <li><a href="view_symbian_kernel.htm">Symbian OS Data</a> view - shows kernel data in the Symbian running on the device being debugged</li>
    19   <li><a href="view_symbian_kernel.htm">Symbian Data</a> view - shows kernel data in the Symbian running on the device being debugged</li>
    20   <li><a href="PLUGINS_ROOT/org.eclipse.cdt.doc.user/reference/cdt_u_editor_view.htm">Editor</a> view - one or more source code editor windows </li>
    20   <li><a href="PLUGINS_ROOT/org.eclipse.cdt.doc.user/reference/cdt_u_editor_view.htm">Editor</a> view - one or more source code editor windows </li>
    21   <li><a href="PLUGINS_ROOT/org.eclipse.cdt.doc.user/reference/cdt_u_outline_view.htm">Outline</a> view - displays an outline of a structured C/C++ file that is currently open in the 
    21   <li><a href="PLUGINS_ROOT/org.eclipse.cdt.doc.user/reference/cdt_u_outline_view.htm">Outline</a> view - displays an outline of a structured C/C++ file that is currently open in the 
    22     editor view </li>
    22     editor view </li>
    23   <li><a href="../../projects/views/view_console.htm">Console</a> view - display<span><span>s the output of a process</span></span>, like  the execution of your program, or other outputs </li>
    23   <li><a href="../../projects/views/view_console.htm">Console</a> view - display<span><span>s the output of a process</span></span>, like  the execution of your program, or other outputs </li>
    24   <li><a href="PLUGINS_ROOT/org.eclipse.platform.doc.user/reference/ref-31.htm">Tasks</a> view - <span>displays </span>tasks that you manually add</li>
    24   <li><a href="PLUGINS_ROOT/org.eclipse.platform.doc.user/reference/ref-31.htm">Tasks</a> view - <span>displays </span>tasks that you manually add</li>