Open damy90 opened 7 years ago
I would suggest allowing to pass a parameter when calling the script on the client, which shows as client id in the list. This would let devs add the tab id or some other unique identifier.
<script src="https://dev-vorlon.attach.live/vorlon.js?client={identifier}"></script>
Hi, When I try to debug different pages from the same server, I can only open the last one I loaded in the dashboard. Something similar happens with iframes when I try to load a page with vorlom, that contains an iframe with vorlon. Only the iframe will show in the dashboard. In this case I can't switch between the two by reloading and I have to move the vorlon script between the iframe and the page, depending on which one I'm debugging. Can you make all tabs/instances on the same browser appear as different clients or add a way to control which tab is being debugged from the dashboard? Thanks!