MinPinDocs HomePricingDownload
Docs / Modifying Traffic

Breakpoints

Pause a request or response in flight and change it.

Breakpoints let you intercept matching traffic and edit it before it continues. A paused request opens the Debug window.

Add a breakpoint

  1. Right-click a request → Breakpoint, or open Tools → Breakpoints and add a rule.
  2. Choose a URL pattern and method, and enable Request, Response, and/or WebSocket interception.

When it pauses

Heads upBreakpoints require SSL decode for the host. Every pause has a 60-second auto-timeout so a forgotten breakpoint never hangs an app.