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

This change intends to fix https://github.com/microsoft/debugpy/issues/1130 by allowing for a env var (`PYDEVD_REMOTE_ROOT`) to unconditionally configure the remote root when set in the server's environment.

Hello, i added PySide6 and PyQt6 support to the `-qt-support` command line argument. The changes from qt5 to qt6 where quite minimal so I mostly added imports. The only relevant...

Hi Fabio, In my attempts to package pydevd for Debian, I have packaged bytecode separately. (Debian is quite against having vendored copies of software in other packages wherever it can...

Updated the native mac hook pull request (#156) so that it works on the newest macOS version by applying the fixes that were applied to ipython for that exact reason...

This PR adds a new flag to `pydevd`, `--continue`, to start the application without waiting for the debugger connection. @etanshaul has been testing this with PyCharm with good results. I...

Setting the client socket as inheritable would fix issues with the debugger when the application creates a child process with `os.execv`. This behavior used to work prior to python 3.4,...

- PyCharm 2023.3.2 (Professional Edition) - CPython 3.12.0 - pydev debugger (build 233.13135.95) - Fedora 37 The issue can be reproduced using below snippet ```python from multiprocessing import Pipe def...

Hi! Some of the tests fail when using Python 3.12 (probably in addition to those that fail with Python 3.11 - see #240, #257): here is a list of them:...