remove_breakpoint
Remove a breakpoint from a GDScript file by specifying the script path and line number.
Instructions
Remove a breakpoint from a GDScript file at a specific line
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | Line number of the breakpoint to remove | |
| script_path | Yes | Script file path (e.g. 'res://scripts/player.gd') |