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
I'm using pydevd via pip (using the pydevd-pycharm package) to explicitly connect to IntelliJ from an instrumented service. This works, but I am unable to inspect the content of dicts.
I get an error pointing to:
File ".../site-packages/_pydevd_bundle/pydevd_resolver.py", line 254, in resolve
AttributeError: 'dict' object has no attribute '0'
Python version is 3.10.12, latest version of pydevd/pydevd-pycharm.
The text was updated successfully, but these errors were encountered:
I'm using pydevd via pip (using the pydevd-pycharm package) to explicitly connect to IntelliJ from an instrumented service. This works, but I am unable to inspect the content of dicts.
I get an error pointing to:
Python version is 3.10.12, latest version of pydevd/pydevd-pycharm.
The text was updated successfully, but these errors were encountered: