set_breakpoint
Set breakpoints at specific lines in .NET source files to pause execution during debugging. Configure optional conditions and target sessions for precise code analysis.
Instructions
Set a breakpoint at a specific line in a source file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the source file | |
| line | Yes | Line number (1-based) | |
| condition | No | Optional condition expression for the breakpoint | |
| sessionId | No | Session ID (defaults to current session). Use list_sessions to see available sessions. |