Lines Matching defs:expression
15 def assertEvaluate(self, expression, regex):
17 self.dap_server.request_evaluate(expression, context=self.context)["body"][
23 def assertEvaluateFailure(self, expression):
26 self.dap_server.request_evaluate(expression, context=self.context)["body"],
39 Tests the evaluate expression request at different breakpoints
64 # Empty expression should equate to the previous expression.
214 # Tests context-less expression evaluations
219 # Tests expression evaluations that are triggered from the Debug Console
224 # Tests expression evaluations that are triggered from a watch expression
229 # Tests expression evaluations that are triggered when hovering on the editor
234 # Tests expression evaluations that are triggered in the variable explorer