debug
debug copied to clipboard
Feature request: respect `skip_path` when returning backtraces
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.