Conditional exception breakpoints Configure when the debugger breaks if an exception is thrown. Use them to break on specific types of exceptions, or only when a condition in your code is true. Currently supported for JavaScript and TypeScript.