Fix comment typo

This commit is contained in:
Karthik Nadig 2018-03-02 11:37:33 -08:00
parent e390b5f0c4
commit 22df7530a7

View file

@ -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: