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

On pypi the travis badge is still shown [1] On github there may be an issue with the github actions badge [2] [1] ![image](https://user-images.githubusercontent.com/179677/149804949-b93b3cbd-c22e-4ba5-8a19-3c2e149b588e.png) [2] ![image](https://user-images.githubusercontent.com/179677/149804864-5c47e668-91ee-479b-b697-846fe719ea3b.png)

The working scenario is a Jython script called via JSR223 from a Java program and remotely debugged from Eclipse. The same code executed by WebSphere AppServer does not stop in...

Installed Pycharm community 2016. Setup few debug points in pycharm run the program out of pycharm attach the debugger to the process Following output is shown: Attaching to a process...

During debugging sessions in PyCharm, which uses an older version of pydev (but the affected code parts are the same), when [Python Development Mode](https://docs.python.org/3/library/devmode.html) is enabled, we get an ugly...

Is it possible to load a trace with PyDev? Something similar to pdb's post_mortem(traceback) function? If not, would it be hard to add?

Running`/venv/bin/python /venv/lib/python3.7/site-packages/setup_cython.py build_ext --inplace` in docker container gives the following error. ``` /tmp docker build -t temp -f Dockerfile ~/slides Sending build context to Docker daemon 90.61MB Step 1/4 :...

Hi! Can't run this on my raspberrypi, the armhf package is missing: ``` Starting debug server at port 12345 Waiting for process connection... Use the following code to connect to...

Context: eclipse 4.13 and 4.16 on Windows 10 with pydev 7.6.0 (was not experiencing on prior pydev. Python 3.7. "self.writer" shows up as value "None" The error happened around this...

When running `pydevd.py` directly from the command-line, I would like to be able to specify the stdoutToServer and stderrToServer options, something like `--stdout-to-server` and `--stderr-to-server`.

The auto-complete function is not working properly, so I upload it as an issue. ## Environment The following development environment can reproduce this bug: - PyDev 1.9.0 - werkzeug 1.0.1...