We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648d5bb commit 096d453Copy full SHA for 096d453
ipykernel/debugger.py
@@ -496,7 +496,8 @@ async def debugInfo(self, message):
496
'tmpFileSuffix': '.py',
497
'breakpoints': breakpoint_list,
498
'stoppedThreads': self.stopped_threads,
499
- 'richRendering': True
+ 'richRendering': True,
500
+ 'exceptionPaths': ['Python Exceptions']
501
}
502
503
return reply
0 commit comments