debugpy/tests
Rich Chiodo 73be8fb5df
Takes some changes from pydevd to fix line numbers being None (#1734)
* Add missing subrepo tools

* Update parent

* git subrepo commit (merge) src/debugpy/_vendored/pydevd

subrepo:
  subdir:   "src/debugpy/_vendored/pydevd"
  merged:   "c81fc701"
upstream:
  origin:   "https://github.com/fabioz/PyDev.Debugger.git"
  branch:   "main"
  commit:   "d0f81de4"
git-subrepo:
  version:  "0.4.9"
  origin:   "???"
  commit:   "???"

* Update sys_monitoring c file

* Try avoiding test errors on shutdown

* Try fixing case where closing early

* Run PRs everywhere
2024-11-14 16:22:19 -08:00
..
_logs Pull in pydevd sys.monitoring support (#1680) 2024-09-23 11:22:54 -07:00
debug Try to get more logging from 3.13 failures (#1711) 2024-10-24 11:08:42 -07:00
DEBUGGEE_PYTHONPATH Get rid of fmt() and use idiomatic format() and f"" instead. 2022-04-13 11:38:41 -07:00
debugpy Takes some changes from pydevd to fix line numbers being None (#1734) 2024-11-14 16:22:19 -08:00
patterns Don't assume column number to be 1, since this is no longer correct in Python 3.11. 2023-08-14 14:06:06 -07:00
test_data Mark test secrets as placeholders for CredScan compliance. 2022-05-25 14:11:38 -07:00
tests Blacken code. 2022-04-13 11:38:41 -07:00
watchdog Try to get more logging from 3.13 failures (#1711) 2024-10-24 11:08:42 -07:00
__init__.py Remove redundant "from __future__ import ..." 2022-04-13 11:38:41 -07:00
code.py Blacken code. 2022-04-13 11:38:41 -07:00
conftest.py Remove redundant "from __future__ import ..." 2022-04-13 11:38:41 -07:00
logs.py Pull in pydevd sys.monitoring support (#1680) 2024-09-23 11:22:54 -07:00
net.py Try to get more logging from 3.13 failures (#1711) 2024-10-24 11:08:42 -07:00
pytest_fixtures.py Updates from pydevd (#1706) 2024-10-21 10:17:39 -07:00
pytest_hooks.py Pull in pydevd sys.monitoring support (#1680) 2024-09-23 11:22:54 -07:00
requirements.txt Pull in pydevd sys.monitoring support (#1680) 2024-09-23 11:22:54 -07:00
timeline.md Update timeline.md 2022-05-02 00:12:51 -07:00
timeline.py Fix #865: Debugging through poetry drops subprocess 2022-06-09 10:44:10 -07:00