forge_set_breakpoint
Set a breakpoint in a GDScript file at a specific line to pause execution for debugging during game development.
Instructions
Set a breakpoint in a GDScript file at a specific line.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the script file | |
| line | Yes | Line number to set breakpoint on |