-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[browser] Remove check for user agent when attaching debugger #105559
Conversation
I don't like this check for PDB to decide the debug level because the customer should be able to use embedded pdbs? |
I think that this change enables debugging on NodeJS, could you please test that it also works ? |
No, managed debugging doesn't work on NodeJS |
@maraf this appears to have turned off all optimizations on v8? dotnet/perf-autofiling-issues#39876 |
DebugLevel != 0
Fixes #104234