step_over
Execute the current line in PHP debugging and move to the next line without entering function calls, allowing you to progress through code while maintaining execution flow.
Instructions
Step over to the next line in the current scope. Function calls are executed but not stepped into.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No | Session ID |