step_out
Exit the current function and return to the caller while debugging .NET applications. Specify thread ID and session to control execution flow precisely.
Instructions
Step out of the current function
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. |