The problem is that when I specified all debug configuration in WebStorm I also need to specify debug URL (local file or remote server URL) to start debugging. Then I click on debug button and it opens me a new tab in browser with that URL and debugging enabled only for that tab via Chrome extension.
My question: is there any way to run debug on the page that is already opened in my browser?
For example I have mydomain.com/*, where * - can be any URL, so I want to debug every page on my mydomain.com and not to open new page with exact URL (that I typed inside my debug configuration) every time I run debug from WebStorm. It's just annoying and wasting so much time. Can debug be attached to one tab every time it launches?
