mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix comment typo
This commit is contained in:
parent
e390b5f0c4
commit
22df7530a7
1 changed files with 3 additions and 3 deletions
|
|
@ -953,9 +953,9 @@ class VSCodeMessageProcessor(ipcjson.SocketIO, ipcjson.IpcChannel):
|
|||
else:
|
||||
reason = 'pause'
|
||||
|
||||
# For exception case both raise and caught, pydevd adds a __exception__ object to the
|
||||
# top most frame. Extracting the exception name and description from that frame gives
|
||||
# accurate exception information.
|
||||
# For exception cases both raise and uncaught, pydevd adds a __exception__ object to the
|
||||
# top most frame. Extracting the exception name and description from that frame gives
|
||||
# accurate exception information.
|
||||
if reason == 'exception':
|
||||
# Get exception info from frame
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue