fabioz / PyDev.Debugger

Sources for the debugger used in PyDev, PyCharm and VSCode Python
Eclipse Public License 1.0
434 stars 122 forks source link

Unable to inspect dicts in PyCharm/IntelliJ #261

Open SoftMemes opened 1 year ago

SoftMemes commented 1 year ago

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.