Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2008-02-25 17:11:10 +0000
committerDarin Wright2008-02-25 17:11:10 +0000
commite7af57a52ec83cbb09e441531d234390505c5ae3 (patch)
treef42018b0d697737ca56af50daeb512c8c9a479d1 /org.eclipse.debug.examples.core
parentef95e6c6cf65de1c25011d2a69de9e04bf98c744 (diff)
downloadeclipse.platform.debug-e7af57a52ec83cbb09e441531d234390505c5ae3.tar.gz
eclipse.platform.debug-e7af57a52ec83cbb09e441531d234390505c5ae3.tar.xz
eclipse.platform.debug-e7af57a52ec83cbb09e441531d234390505c5ae3.zip
Bug 219633 - PDA protocol document mistake in setvar description
Diffstat (limited to 'org.eclipse.debug.examples.core')
-rw-r--r--org.eclipse.debug.examples.core/pdavm/docs/protocol.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.examples.core/pdavm/docs/protocol.html b/org.eclipse.debug.examples.core/pdavm/docs/protocol.html
index 8717a8dbf..9e2b92749 100644
--- a/org.eclipse.debug.examples.core/pdavm/docs/protocol.html
+++ b/org.eclipse.debug.examples.core/pdavm/docs/protocol.html
@@ -121,7 +121,7 @@ Sets a data value in the data stack at the given location
Sets a variable value
<pre>
- C: setvar {variable} {value}
+ C: setvar {frame_number} {variable} {value}
R: ok
</pre>

Back to the top