Commit ae6812b
authored
Pull in pydevd sys.monitoring support (#1680)
This is pulling in @fabioz's latest changes for sys.monitoring and then fixing up any issues found with the debugpy tests.
A lot of the changes were made by Fabio since the latest pull from pydevd, so I also created this PR to compare what changes I made to Fabio's baseline:
rchiodo/PyDev.Debugger#1
Meaning you really only need to look at that other PR to see what changes I made. The rest of the changes here are from Fabio or ruff doing reformating.
After this goes through, we should have sys.monitoring support in debugpy. We can decide later if we want to implement our own support as @int19h started.
Fixes #14961 parent a2f8081 commit ae6812b
File tree
337 files changed
+136649
-62441
lines changed- src/debugpy
- _vendored/pydevd
- _pydev_bundle
- fsnotify
- _pydev_runfiles
- _pydevd_bundle
- _debug_adapter
- pydevd_concurrency_analyser
- _pydevd_frame_eval
- vendored
- bytecode
- tests
- _pydevd_sys_monitoring
- build_tools
- pydev_ipython
- pydev_sitecustomize
- pydevd_attach_to_process
- linux_and_mac
- winappdbg
- win32
- pydevd_plugins
- extensions
- types
- stubs
- test_pydevd_reload
- tests_mainloop
- tests_python
- flask1
- my_extensions
- pydevd_plugins
- extensions
- resource_path_translation
- resources
- my_code
- tests_runfiles
- samples_integrated/root
- samples
- nested_dir
- nested2
- nested3
- tests
- third_party
- pep8
- common
- tests
- _logs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
337 files changed
+136649
-62441
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
96 | 123 | | |
97 | 124 | | |
98 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
3 | 45 | | |
4 | 46 | | |
5 | 47 | | |
6 | 48 | | |
7 | 49 | | |
8 | 50 | | |
9 | | - | |
10 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
11 | 54 | | |
12 | 55 | | |
13 | 56 | | |
14 | | - | |
| 57 | + | |
| 58 | + | |
15 | 59 | | |
16 | 60 | | |
17 | | - | |
| 61 | + | |
18 | 62 | | |
19 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
20 | 66 | | |
21 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
22 | 70 | | |
23 | 71 | | |
24 | 72 | | |
| |||
0 commit comments