PyDev.Debugger icon indicating copy to clipboard operation
PyDev.Debugger copied to clipboard

Sources for the debugger used in PyDev, PyCharm and VSCode Python

Results 102 PyDev.Debugger issues
Sort by recently updated
recently updated
newest added

Hi! After the latest changes execution of the following code leads to debugger crash with Python 3.6: ``` def generator2(): for i in range(4): yield i def generator(): a =...

Hi Fabio! Our users are experiencing problems with "Attach to process" action on Ubuntu 18.04: ```Attaching to a process with PID=10134 /usr/bin/python3.6 /home/ronen-a/.local/share/JetBrains/Toolbox/apps/PyCharm-C/ch-0/181.4668.75/helpers/pydev/pydevd_attach_to_process/attach_pydevd.py --port 42219 --pid 10134 Process finished with...

Hello, after the latest PyDev update in eclipse to version 6.5.0.201809011628. I have been noticing a strange behavior on `def _NormPaths(filename):` in PyDev.Debugger/pydevd_file_utils.py. The check for the str always raises...

Running `python attach_pydevd.py --pid 12345` from current working directory can't work due to `ImportError: No module named attach_script`. This is because `setup["pythonpath"]` and `setup["pythonpath2"]` are all empty strings. Maybe we...

Hi, Fabio! I'm currently merging latest changes from PyDev to PyCharm, thank you very much for all the new features and fixes added. Unfortunately at the moment I'm getting the...

At the moment PyDev Django support includes debugging Django (python manage.py runserver). And although PyDev supports Django Shell (python manage.py shell), it does not provide (out-of-the-box) debugging support the Djanog...

Please see: https://youtrack.jetbrains.com/issue/PY-29051

On windows, there is a default file length limit of MAX_PATH (it's a C Macro defined to be 260). However, it is possible to bypass this by prepending to the...

Please see: https://youtrack.jetbrains.com/issue/PY-28911

I'm not sure if this is simply due to having switched to PyCharm after using PyDev in Eclipse/LiClipse for several years, but by far the biggest headache that I get...