Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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