summaryrefslogtreecommitdiff
path: root/cross-project-tests/debuginfo-tests/dexter/Commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'cross-project-tests/debuginfo-tests/dexter/Commands.md')
-rw-r--r--cross-project-tests/debuginfo-tests/dexter/Commands.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/cross-project-tests/debuginfo-tests/dexter/Commands.md b/cross-project-tests/debuginfo-tests/dexter/Commands.md
index e15110301751..d5bd999f5adf 100644
--- a/cross-project-tests/debuginfo-tests/dexter/Commands.md
+++ b/cross-project-tests/debuginfo-tests/dexter/Commands.md
@@ -144,7 +144,7 @@ type checked against the list of `types`
---
## DexExpectWatchValue
DexExpectWatchValue(expr, *values [,**from_line=1][,**to_line=Max]
- [,**on_line][,**require_in_order=True])
+ [,**on_line][,**require_in_order=True][,**float_range])
Args:
expr (str): expression to evaluate.
@@ -159,6 +159,9 @@ type checked against the list of `types`
on_line (int): Only evaluate the expression on this line. If provided,
this overrides from_line and to_line.
require_in_order (bool): If False the values can appear in any order.
+ float_range (float): If provided, `values` must be floats, and will
+ match an actual value if they are within `float_range` of each other.
+
### Description
Expect the expression `expr` to evaluate to the list of `values`