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
Your proposal
The documentation for skip_path says:
Skip showing/entering frames for given paths
However, it only works for entering frames while doing step-by-step debugging and displaying the backtrace through backtrace (as implemented here). However, it does not work when requesting the stacktrace through DAP here.
Your proposal
The documentation for
skip_pathsays:However, it only works for entering frames while doing step-by-step debugging and displaying the backtrace through
backtrace(as implemented here). However, it does not work when requesting the stacktrace through DAP here.