Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Coutand2012-05-28 17:14:21 +0000
committerEugene Tarassov2012-05-29 21:24:52 +0000
commit80dd2d77f9c1b96a11ace9c61f6d0ea9545a4e72 (patch)
treedd16e280789c4181698f90778dbed4d4cd05f675
parentcba1f960cd193f297b6a95e00a8e34dd086b0ba9 (diff)
downloadorg.eclipse.tcf-80dd2d77f9c1b96a11ace9c61f6d0ea9545a4e72.tar.gz
org.eclipse.tcf-80dd2d77f9c1b96a11ace9c61f6d0ea9545a4e72.tar.xz
org.eclipse.tcf-80dd2d77f9c1b96a11ace9c61f6d0ea9545a4e72.zip
Improve Breakpoints service doc.
-rw-r--r--docs/TCF Service - Breakpoints.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/TCF Service - Breakpoints.html b/docs/TCF Service - Breakpoints.html
index 9da628396..ba418a345 100644
--- a/docs/TCF Service - Breakpoints.html
+++ b/docs/TCF Service - Breakpoints.html
@@ -345,7 +345,13 @@ R &bull; <i>&lt;token&gt;</i> &bull; <i>&lt;error report&gt;</i> &bull;
C &bull; <i>&lt;token&gt;</i> &bull; Breakpoints &bull; change &bull; <i>&lt;breakpoint data&gt;</i> &bull;
</font></b></pre>
-<p>The command updates the breakpoint data in the target agent breakpoint table. The host should send this command when the user modifies a breakpoint</p>
+<p>The command updates the breakpoint data in the target agent breakpoint table. The host should send this command when the user modifies a breakpoint.</p>
+
+<ul>
+<li><dt><code><b><font face="Courier New" size=2 color=#333399><i>&lt;breakpoint data&gt;</i></font></b></code>
+<dd>Must be the full set of the breakpoint properties: those that are changed AND those that are not. Any previous property that is not sent in the change command will be removed from the breakpoint.
+</li>
+</ul>
<p>Reply:</p>

Back to the top