You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've successfully setup Firefox debugging in VSCode ... generally speaking. But whenever my app opens up a new window, the debugger seems to be detached from it. Only breakpoints of the original / main window work, the new window (even though showing in debugging mode) doesn't stop on breakpoints.
Is this expected behavior? Any setting/workaround for this?
The text was updated successfully, but these errors were encountered:
News? It's impossible to debug application, when debugger doesn't budge.
Also, what it means that I should specify URL if I specified a webroot? And then it just outright ignores any pages other than the specified URL? How am I supposed to work?
It's even worse. My application uses custom interlinks to refer to in-app entities.
A simple el.dispatchEvent(new PointerEvent('click')) on an element with such link will successfully send the debug adapter into an infinite wait state, effectively decommissioning it.
I've successfully setup Firefox debugging in VSCode ... generally speaking. But whenever my app opens up a new window, the debugger seems to be detached from it. Only breakpoints of the original / main window work, the new window (even though showing in debugging mode) doesn't stop on breakpoints.
Is this expected behavior? Any setting/workaround for this?
The text was updated successfully, but these errors were encountered: