You can remotely debug your own instance of Chrome to get full DevTools for each page. Launch Chrome with the command line flag : --remote-debugging-port=9222
Then you get the user interface:

Here you select the tab that you want to debug, and it will open DevTools in an exclusive window for this page:

source share