cursive

kenny 2025-03-23T02:37:24.289359Z

In the debugger, is there a way to break on any exception from namespaces following a pattern?

cfleming 2025-03-23T08:14:24.929689Z

Interesting idea, I don't think there's a good way to achieve that right now. You could do it based on the class, but identifying which namespace certain classes come from is difficult. The Cursive debugger integration does do that already though, so it might be possible.

cfleming 2025-03-23T08:15:23.190079Z

You could try playing around with the class filters, and matching the mangled names, depending on how dirty you're willing to get your hands.

👍 1