Skip to content

Commit 9566304

Browse files
authored
Merge pull request #814 from JohanMabille/debugger
Added missing excpeionPaths field to debugInfo reply
2 parents 648d5bb + 096d453 commit 9566304

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ipykernel/debugger.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,8 @@ async def debugInfo(self, message):
496496
'tmpFileSuffix': '.py',
497497
'breakpoints': breakpoint_list,
498498
'stoppedThreads': self.stopped_threads,
499-
'richRendering': True
499+
'richRendering': True,
500+
'exceptionPaths': ['Python Exceptions']
500501
}
501502
}
502503
return reply

0 commit comments

Comments
 (0)