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.
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.