Run to source location
debugger_run_to_locationSets a breakpoint at a specified line in a script and resumes execution, enabling you to pause and inspect code state at that location.
Instructions
Set a breakpoint at a script location and resume execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scriptId | Yes | ||
| sessionId | Yes | ||
| lineNumber | Yes | ||
| columnNumber | No | ||
| targetSessionId | No |