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
in vscode, i set PYDEVD_WARN_EVALUATION_TIMEOUT to a higher number to suppress warnings, but today i noticed the following warning, mentioning a different but similarly named variable:
pydevd warning: Getting attribute Row.selected was slow (took 1.05s)
Customize report timeout by setting the `PYDEVD_WARN_SLOW_RESOLVE_TIMEOUT` environment variable to a higher timeout (default is: 0.5s)
looking at where these variables are defined, i don't really understand what the difference is between these two variables. it looks like they both mean the same thing:
in vscode, i set
PYDEVD_WARN_EVALUATION_TIMEOUT
to a higher number to suppress warnings, but today i noticed the following warning, mentioning a different but similarly named variable:looking at where these variables are defined, i don't really understand what the difference is between these two variables. it looks like they both mean the same thing:
PyDev.Debugger/_pydevd_bundle/pydevd_constants.py
Lines 334 to 339 in 54f8db4
perhaps these comments could be updated to clarify exactly what the difference is between them?
The text was updated successfully, but these errors were encountered: