diff --git a/ptvsd/wrapper.py b/ptvsd/wrapper.py index 2013f8c1..86ac77b7 100644 --- a/ptvsd/wrapper.py +++ b/ptvsd/wrapper.py @@ -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: