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

Using Visual Studio Code v1.80.0 with the Python extension v2023.12.0 and Python 3.11.4, I often get this warning: ``` Failed to enable GUI event loop integration for 'qt' Traceback (most...

``` ===== 1 failed, 673 passed, 164 skipped, 19 warnings in 380.40s (0:06:20) ===== =========================== short test summary info =========================== FAILED tests_python/test_debugger.py::test_case_16_resolve_numpy_array - AssertionError: Not Found:

## Environment data ``` ~ [ python3.9 -m debugpy --version ] 10:11 AM Unable to load extension: pydevd_plugins.extensions.types.pydevd_plugin_pandas_types 1.5.1 ~ [ python3.9 --version ] 10:11 AM Python 3.9.12 ~ [...

In Pycharm ipython console with attached debuger: ```python import matplotlib matplotlib.use("TkAgg") ``` causes import error: Traceback (most recent call last): File "/home/greensort/miniconda2/envs/borowka_fix/lib/python3.7/site-packages/IPython/core/interactiveshell.py", line 3296, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File...

Currently, I'm doing remote debugging on hpc computing nodes, and the available ports of hpc machines are limited by our school. To be specific, the limited ports available are 80...

Over in https://github.com/ipython/ipykernel/issues/1072, we noticed that sometimes getting the variables in a frame lists a function starting with a underscore as a normal variable, instead of grouping it with the...

Hi! I have lots (16 to be precise) of test failures when running the test suite with pydevd 2.9.2 (patched with PR #239) on Debian. These at least partially match...

This test failed on my Debian amd64 build. Attached is the test log: [pydevd_2.9.2_testfailure.txt](https://github.com/fabioz/PyDev.Debugger/files/9945751/pydevd_2.9.2_testfailure.txt)

I've received a series of deprecation warnings from setuptools when building this package on Debian (setuptools version 65.5.0): the first is ``` /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'pydevd_attach_to_process.linux_and_mac' as data is deprecated,...

Hi! I was wondering if process attach is supported on 3.11 on Mac now? I saw some code checkins for it but I'm not sure if it's done yet. I...