core/com.nokia.carbide.cpp.doc.user/html/debugger/watchpoints/setting_watchpoints.htm
changeset 1754 a1e1c11d5a44
parent 1658 2a5c0df13bad
child 1791 727385d8e2b3
equal deleted inserted replaced
1753:b0ec278f91fa 1754:a1e1c11d5a44
    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="../../tasks/watchpoints/images/icon_watchpoint_write_resolved.png" width="15" height="16" align="absmiddle">)</li>
    40           <li>Write only (<img src="setting_watchpoints.htm" width="15" height="16" align="absmiddle">)</li>
    41           <li>Read/Write (<img src="../../tasks/watchpoints/images/icon_watchpoint_rw_enabled_resolved.png" width="16" height="16" align="absmiddle">)</li>
    41           <li>Read/Write (<img src="setting_watchpoints.htm" 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>