AdvancedLast verified Aug 23, 2026
Breakpoint
Marks a debug pause point for an eligible replay-enabled execution.
Marks a debug pause point for an eligible replay-enabled execution.
When to use
Use it while investigating the order or timing of control paths in a supported debug run.
Example
Place a Breakpoint before Order to inspect the recorded values immediately before submission.
Common problems
It affects debug behavior only when the run records the required data. It does not pause normal editing or make replay available.
Next steps
Review the generated Parameters, Outcomes, and Data Ports on this page, then open the related guides for the complete workflow.
Related documentation
- Debug and replay a BacktestInspect an available debug payload in the read-only Replay Dock and follow events, data, variables, and diagnostics.
- Troubleshoot Backtests and replayRecover from blocked Backtest launch, preview or submission errors, and unavailable full replay.
- Log SnapshotCaptures selected graph state for supported debug inspection.