evaluate
Run a JavaScript expression within the current debug context to inspect variables or test logic, helping diagnose issues without modifying code.
Instructions
Evaluates a JavaScript expression in the current context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | JavaScript expression to evaluate |