tl;dr: debug(fetch) can be used in the context of DevTools to break on any outgoing fetch operation. There are more console utilities that can be used to ease debugging.

debug(fetch) // breaks on fetch operations
debug(IntersectionObserver) // breaks on the creation of new intersection observers

There’s also a monitor utility.