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
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)
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: