Need source-prefix-based stackframe filter #488
Labels
debugging support
kriskowal-review-2024-01
Issues that kriskowal wants to bring to the attention of the team for review as of January, 2024
#447 give us a start on conveniences needed for treating compartments as filtering "topics" for console output. We expect the dominant use of compartments to be a compartment per package, where a package is identified with a specifier string corresponding to a source location. As of #447 our stacks have lots of infrastructure frames in them, creating visual noise and making it hard to find the frames of actual interest. It would be nice for the default conveniences for these two forms of filtering to be coordinated, so that it is each to filter out a package's code both from
console
calls originating from that package and the stack frames of code in that package.The text was updated successfully, but these errors were encountered: