Skip to main content

Breakpoints

note

This functionality is only available on paid plans. Check our plans here.

Similarly to logpoints, breakpoints allow you to trigger an action when a particular rule intercepts a request. A breakpoint allows you to stop and interact with the debugger to follow the flow of the intercepted request in the application. This is no different than setting up manual breakpoints in the devtools panel. We believe this is particularly useful as it saves you the time to look up where in the code a request is triggered and set up that breakpoint manually.

info

For the breakpoint to work the devtools must be opened.

tweak breakpoint



Was this page helpful?