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

fish_trace filters to avoid suppressing traces from binds etc #10424

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 6, 2024

  1. fish_trace filters to avoid suppressing traces from binds etc

    Today fish_trace=1 traces all fish script code except bind/events/prompt/title.
    (Also fish_should_add_to_history which is part of bind).
    
    Let's allow enabling these categories.  This is mainly to help debugging; I'm
    not sure how useful this is to people who are not very familiar with fish. I'd
    only list this in the changelog once we have a better design (reject typos
    like "fish_trace=binds" and maybe allow turning off the default script trace).
    krobelus committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    24c55e3 View commit details
    Browse the repository at this point in the history