ff0a55ad69
Accepting request 1306374 from devel:languages:python
Ana Guerrero2025-09-23 14:05:45 +00:00
5c7772397a
- update to 1.8.16: * Fix bug in attach for 3.11 and lower on Windows - update to 1.8.15: * Step Over, Step Into, not working when debugging Subprocesses * Allow debugging child processes started through an intermediary * Attach to process on arm64 Mac * Documentation typo * 3.14 preliminary support * To simplify command line usage, an debugpy entry point has been * To simplify command line usage, switches can now be read from * Consuming PyDev.Debugger's sys.monitoring support to improve - Skip one failing test on aarch64
Dirk Mueller2025-09-14 20:44:15 +00:00
6b44f367db
Accepting request 1282964 from devel:languages:python
Ana Guerrero2025-06-10 06:57:10 +00:00
57c3b247a6
- update to 1.8.2: * Fixed an issue where ApiScan couldn't scan some of our binaries correctly. This involved changing some linker flags and re-compiling/re-linking some of the pydevd executables and dlls.
Dirk Mueller2024-06-29 19:34:43 +00:00
9f83a27c10
Accepting request 1164269 from devel:languages:python
Ana Guerrero2024-04-03 15:18:26 +00:00
40dd90c9b6
Accepting request 1163324 from home:ecsos:python
Daniel Garcia2024-04-03 06:43:38 +00:00
a53867ef03
Accepting request 1146922 from devel:languages:python
Ana Guerrero2024-02-15 19:59:39 +00:00
b117302b64
Accepting request 1146921 from home:dgarcia:staging
Daniel Garcia2024-02-15 17:40:40 +00:00
03cd85c1b5
- Update to 1.8.1: - Python 3.12 is now fully supported. - Fixes: - Can no longer expand Numpy arrays to view elements #1408 - Namedtuple are not rendered in the variable browser as expected #1477 - Enhancements: - Report sockets opened by debugpy #1337Daniel Garcia2024-02-14 11:09:46 +00:00
c15cee8e7a
Accepting request 1142263 from devel:languages:python
Ana Guerrero2024-01-30 17:23:56 +00:00
4972c82fec
- Disable broken tests in s390x, bsc#1217019
Daniel Garcia2024-01-29 13:20:10 +00:00
2d0bf79304
Accepting request 1131030 from devel:languages:python
Ana Guerrero2023-12-06 22:47:46 +00:00
91a208133a
- remove python 3.6 support as the version update to 1.8.0 dropped it - Update to version 1.6.3 * Look for the correct pthread library. - enable testsuite (multibuild)
Dirk Mueller2023-12-05 17:16:52 +00:00
0613da5e99
Accepting request 1129088 from devel:languages:python
Ana Guerrero2023-11-27 21:43:52 +00:00
d19f9610bd
- Increase timeouts for tests, bsc#1217019
Daniel Garcia2023-11-20 09:18:07 +00:00
09f4c4df84
Accepting request 1127362 from devel:languages:python
Ana Guerrero2023-11-19 19:15:34 +00:00
b9dca2b28c
- Remove upstreamed patch setuptools-67.3.0.patch - Skip test test_attach_pid_client (gh#microsoft/debugpy#1462)
Matej Cepl2023-11-17 18:54:53 +00:00
63a3d9acfd
- Update to 1.8.0: - Error while enumerating installed packages. - Drops Python 3.7 support. Please use debugpy v1.7.0 if you need to debug Python 3.7. - Remove DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('pydevd_plugins.extensions') - Fix invalid file hashes in RECORD of wheels - Support "restart" in "terminated" event for "attach"{"listen"} - Use "startDebugging" request for subprocesses - Remove upstreamed patch setuptools-67.3.0.patch.
Matej Cepl2023-11-17 17:57:30 +00:00