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

Allow Framework Ignore List -> Custom Exclusion Rules #1480

Open
jroselle opened this issue May 4, 2023 · 1 comment
Open

Allow Framework Ignore List -> Custom Exclusion Rules #1480

jroselle opened this issue May 4, 2023 · 1 comment
Labels
enhancement New feature or request tracked

Comments

@jroselle
Copy link

jroselle commented May 4, 2023

Is your feature request related to a problem? Please describe.

I'm frustrated by not being able to see the correct line number when using a custom console logger.

Describe the solution you'd like:
Edge currently has the ability to setup Framework Ignore Lists with custom exclusion rules. Please make that developer setting available in the DevTools. If I add my custom logger to the framework ignore list, I will then be able to see the 'proper' line numbers.

Describe alternatives you've considered:
The alternative is to not to use vscode but to debug in the browser which respects the framework ignore list setting.

Additional context:
image

image

Because this function is defined in a separate file, with blackbox off you get a message like this:

[Scoped] blah blah blah - extras.ts:26

but with blackbox on you get

[Scoped] blah blah blah - test.ts:4

and clicking on test.ts will take you to the right file.

@captainbrosset captainbrosset added enhancement New feature or request tracked labels May 5, 2023
@captainbrosset
Copy link
Collaborator

This seems like a reasonable feature request. I'll make sure the team tracks it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tracked
Projects
None yet
Development

No branches or pull requests

2 participants