How can I see which functions and in what order were called after I clicked on a button, before a network request is sent? Should I pause with a mouse click breakpoint or XHR/fetch breakpoint? I want to find the origin of certain variables (in this case, request headers and parameters) how were they structured or generated when passed in a request


