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

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

请先登录再写评论。