-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugger stops when redirecting through auth flow #140
Comments
So I have managed to get this working via a workaround not using the ionic VSCode extension by using the following VSCode debug setup:
... and then running the following VSCode debug profile:
Naturally, Id rather use the extension which I think could be achieved by adding a new setting for the extension which sets the arguments passed to the Any ideas what sort of changes we need to make to keep the debugger alive? |
This item is being treated as a feature request. The extension generates a dynamic |
Im writing my first ionic app and Im using the auth0 framework as demonstrated here. However, due to the use of
Browser.open({ url, windowName: '_self' });
when I go through the auth flow, the debugger dies due to being disconnected from the running instance of the app.Is there a way to keep the debugger running such that it reattaches upon redirect back to the app?
The text was updated successfully, but these errors were encountered: