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
Is your feature request related to a problem? Please describe.
When trying to debug a test in my own application, I spend a lot of time jumping in and out of all kinds of 3rd party code, especially things like Cats IO internal mechanics, stuff like apply methods in Scala functions, etc.
Describe the solution you'd like
It'd be awesome to be able to specify a list of regexs plus an allow/deny setting. In my case I'd probably just whitelist my own package (eg. com.mycompany..*).
It might even be an idea to provide a big blacklist out-of-the-box by default that would disable a lot of things like Cats IO internals, Scala internals, etc, etc) that users could then further configure or completely disable.
Describe alternatives you've considered
None.
Additional context
None.
Search terms:
debug debugging package class name filter blacklist whitelist hide scope stack trace stacktrace step in to into out of over
The text was updated successfully, but these errors were encountered:
Thanks for reporting! I think that would be a really useful feature. We still need to do more work around the debugger and that might be a part of that future work.
Any timelines for this feature? Current debugging experience is quite cumbersome and requires sifting through a lot of irrelevant code as OP point out.
Is your feature request related to a problem? Please describe.
When trying to debug a test in my own application, I spend a lot of time jumping in and out of all kinds of 3rd party code, especially things like Cats IO internal mechanics, stuff like apply methods in Scala functions, etc.
Describe the solution you'd like
It'd be awesome to be able to specify a list of regexs plus an allow/deny setting. In my case I'd probably just whitelist my own package (eg.
com.mycompany..*
).It might even be an idea to provide a big blacklist out-of-the-box by default that would disable a lot of things like Cats IO internals, Scala internals, etc, etc) that users could then further configure or completely disable.
Describe alternatives you've considered
None.
Additional context
None.
Search terms:
debug debugging package class name filter blacklist whitelist hide scope stack trace stacktrace step in to into out of over
The text was updated successfully, but these errors were encountered: