step_over
Execute the current line without entering function calls during .NET debugging. Advance to the next statement while skipping method invocations to continue debugging your application.
Instructions
Step over the current line (execute it without stepping into functions)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threadId | No | Thread ID | |
| sessionId | No | Session ID (defaults to current session). Use list_sessions to see available sessions. |