setBreakpoint
Define breakpoints in Go programs during debugging sessions using session ID, file path, and line number, with optional conditions for precise control.
Instructions
Set a breakpoint in the debugged program
Input Schema
Name | Required | Description | Default |
---|---|---|---|
condition | No | Optional condition for the breakpoint | |
file | Yes | File path where to set the breakpoint | |
line | Yes | Line number for the breakpoint | |
sessionId | Yes | ID of the debug session |