core/com.nokia.carbide.cpp.doc.user/html/debugger/watchpoints/setting_watchpoints.htm
changeset 2142 1458a474103c
parent 2136 f0b706fa897d
equal deleted inserted replaced
2141:9526bdb37542 2142:1458a474103c
    35     <tr>
    35     <tr>
    36       <td><b>Access: Write/Read </b></td>
    36       <td><b>Access: Write/Read </b></td>
    37       <td><p>Check the appropriate access type to trigger  the watchpoint for the specified memory location. This setting is shown as a unique icon in the Breakpoints view next to the listed watchpoint. The following list shows the resolved version of the icons used to indicate the type of watchpoint set:</p>
    37       <td><p>Check the appropriate access type to trigger  the watchpoint for the specified memory location. This setting is shown as a unique icon in the Breakpoints view next to the listed watchpoint. The following list shows the resolved version of the icons used to indicate the type of watchpoint set:</p>
    38         <ul>
    38         <ul>
    39           <li>Read only (<img src="../images/icon_watchpoint_read_resolved.png" width="18" height="13" align="absmiddle">)</li>
    39           <li>Read only (<img src="../images/icon_watchpoint_read_resolved.png" width="18" height="13" align="absmiddle">)</li>
    40           <li>Write only (<img src="setting_watchpoints.htm" width="15" height="16" align="absmiddle">)</li>
    40           <li>Write only (<img src="../images/icon_watchpoint_write_resolved.png" alt="Write only" width="15" height="16" align="absmiddle">)</li>
    41           <li>Read/Write (<img src="setting_watchpoints.htm" width="16" height="16" align="absmiddle">)</li>
    41           <li>Read/Write (<img src="../images/icon_watchpoint_rw_enabled.png" alt="Read/Write icon" width="16" height="16" align="absmiddle">)</li>
    42       </ul></td>
    42       </ul></td>
    43     </tr>
    43     </tr>
    44 </table>
    44 </table>
    45   <h4>Removing Watchpoints</h4>
    45   <h4>Removing Watchpoints</h4>
    46   <p>In the <b>Breakpoints</b> view, locate the watchpoint to remove and: </p>
    46   <p>In the <b>Breakpoints</b> view, locate the watchpoint to remove and: </p>