One of my favourite commands in devtools is the copy
function. It’ll copy DOM nodes, it’ll stringify objects and it saves that horrible long and tricky select, highlight, copy, edit, faff process.
However, sometimes I forget to set a breakpoint when my XHR requests come back so I can copy the response. But it’s to fix.
Right click on the XHR request in the network panel, and select "Copy response". Boom. I’ve now captured the JSON response and I’m good.