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

Add step filter configuration #695

Open
bishabosha opened this issue Apr 10, 2024 · 0 comments
Open

Add step filter configuration #695

bishabosha opened this issue Apr 10, 2024 · 0 comments
Labels
enhancement New feature or request step filter

Comments

@bishabosha
Copy link
Member

bishabosha commented Apr 10, 2024

add configuration compatible with vscode launch.json, that allows fine grained control over the step-into functionality of the debugger (and possibly also the stack trace filtering)

some ideas:

  • skip classes in (package foo/static path bar/library x)
  • only pause on classes in (package foo/static path bar/library x)
  • only pause on classes in x, y, z subproject
  • skip $JDK, $SCALA_LIB, etc (special tokens for various "Standard" libraries)
@bishabosha bishabosha added enhancement New feature or request step filter labels Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request step filter
Projects
None yet
Development

No branches or pull requests

1 participant