Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to inspect dicts in PyCharm/IntelliJ #261

Open
SoftMemes opened this issue Sep 4, 2023 · 0 comments
Open

Unable to inspect dicts in PyCharm/IntelliJ #261

SoftMemes opened this issue Sep 4, 2023 · 0 comments

Comments

@SoftMemes
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant