I'm creating a chrome extension with a background script and a popup. I can right-click on the extension icon and select "Inspect popup" to debug the popup and I can click on "Inspect views: background page" to debug the background script. However, it's very annoying to have to keep switching between the two debuggers, since opening one closes the other.
Is there any way to keep both up or, optimally, unify them under one debugging console?
Edited to add: this is not a duplicate of this question because I was able to see the output of both the popup and the background task, just not at the same time.