Is it possible to create a conditional exception breakpoint when debugging in Node? Permanently deleted user 创建于 2018年10月09日 13:55 I want to break only on exceptions that fulfill some predicate (e.g. `instanceof MyError`, `err.name === "blah"`, etc). Is this possible?
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