Skip to content
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

"'audion' started debugging this browser" warning stays after DevTools are closed #107

Closed
max-vogler opened this issue Sep 16, 2021 · 1 comment
Labels

Comments

@max-vogler
Copy link
Contributor

max-vogler commented Sep 16, 2021

Even after closing Dev Tools or clicking "Cancel", the warning bar is still shown. This comes from audion re-attaching here:

const onDetach = () => {
chrome.debugger.attach({tabId}, debuggerVersion, () => {
chrome.debugger.sendCommand(
{tabId},
ChromeDebuggerWebAudioDomain.Methods.enable,
);
});
};

Both possible DetachReasons are user initiated, so I think removing the re-attach logic is sensible.

Mentioned in #105 (comment)

@hoch
Copy link
Member

hoch commented Apr 13, 2022

This issue is fixed.

@hoch hoch closed this as completed Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants