You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when an exception occured in my Program, i got this output in the debug console:
79.61s - Error collecting try..except info from source (src/main.py)
Traceback (most recent call last):
File "c:\Users<username>.vscode\extensions\ms-python.debugpy-2024.12.0-win32-x64\bundled\libs\debugpy_vendored\pydevd\pydevd.py", line 796, in collect_try_except_info
if line > max_line:
^^^^^^^^^^^^^^^
TypeError: '>' not supported between instances of 'NoneType' and 'int'
Unfortunately, the Program is rather complex and i was unable to reproduce this error in a simplified Version of my script.
This did not happen previously, so it might be related to the changes in one of the last releases (I'm currently on v2024.12.0 which should be the latest - on a up-to-date VS-Code)
The text was updated successfully, but these errors were encountered:
Hello,
when an exception occured in my Program, i got this output in the debug console:
Unfortunately, the Program is rather complex and i was unable to reproduce this error in a simplified Version of my script.
This did not happen previously, so it might be related to the changes in one of the last releases (I'm currently on v2024.12.0 which should be the latest - on a up-to-date VS-Code)
The text was updated successfully, but these errors were encountered: