Is it possible to create a conditional exception breakpoint when debugging in Node?

I want to break only on exceptions that fulfill some predicate (e.g. `instanceof MyError`, `err.name === "blah"`, etc). Is this possible?

0
1 comment

No, conditional exception breakpoints are not currently supported. If you miss this feature, please file a request for it to youtrack, https://youtrack.jetbrains.com/issues/WEB

0

Please sign in to leave a comment.