Skip to content

Commit 5b10181

Browse files
thegeckotolusha
authored andcommitted
Support exceptions from the debugger
Signed-off-by: Rob Moran <[email protected]>
1 parent a3b32f8 commit 5b10181

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/debug/src/browser/breakpoint/breakpoint-manager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ export class BreakpointsManager implements FrontendApplicationContribution {
227227

228228
if (body.threadId) {
229229
switch (body.reason) {
230+
case 'exception':
230231
case 'breakpoint':
231232
case 'entry':
232233
case 'step': {

0 commit comments

Comments
 (0)