I'm running my playwright tests with `--debug`. I would expect the playwright inspector to stop at `page.pause()`. But it also seems to stop at `page.goto(...`. Is this intended behavior? <img width="1289" alt="Screenshot 2022-12-13 at 12 47 14" src="https://user-images.githubusercontent.com/9967422/207309800-b71d62f1-6359-4f0e-9e3f-b8bb2ed4942d.png">
I'm running my playwright tests with
--debug.I would expect the playwright inspector to stop at
page.pause().But it also seems to stop at
page.goto(....Is this intended behavior?