debug icon indicating copy to clipboard operation
debug copied to clipboard

Feature request: respect `skip_path` when returning backtraces

Open marianosimone opened this issue 3 years ago • 0 comments

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.

marianosimone avatar Sep 06 '22 22:09 marianosimone