Commit graph

2053 commits

Author SHA1 Message Date
Adam Yoblick
6bb82234e2 Increase timeouts even more 2023-08-10 13:06:53 -05:00
Adam Yoblick
f22e1851ef increase coverage timeouts 2023-08-09 16:20:39 -05:00
Luciana Abud
3bd802ea2a
Merge pull request #1334 from luabud/removedeprecatedsettings
Add extensions recommendations and remove deprecated settings
2023-07-24 14:44:34 -07:00
Luciana Abud
ba9e417a14
Delete blank line 2023-07-21 11:50:37 -07:00
Luciana Abud
d73cf2226d Add extensions recommendations and remove settings 2023-07-21 11:47:48 -07:00
Adam Yoblick
3bd064e04d
Merge pull request #1319 from microsoft/fix-license-metadata 2023-07-19 15:21:07 -05:00
Graham Wheeler
6735fcb073
Merge pull request #1325 from microsoft/gramster-patch-1
Update README.md
2023-06-27 16:15:34 -07:00
Graham Wheeler
5a37633830
Update README.md
Added links to wiki pages
2023-06-27 16:15:11 -07:00
Brett Cannon
dbcc9486e4
Remove the EPL from the list of licenses
https://github.com/microsoft/debugpy/blob/main/LICENSE only lists MIT.
2023-06-20 17:20:52 -07:00
Adam Yoblick
4821077d5b
Merge pull request #1290 from microsoft/modify_codeowners 2023-05-12 15:40:30 -05:00
Adam Yoblick
9695688b80 Add myself to codeowners for PR reviews 2023-05-12 12:34:44 -05:00
Stella
9442a22e6c
Merge pull request #1279 from microsoft/StellaHuang95-patch-1
Create auto-label.yml
2023-04-24 09:52:25 -07:00
Stella
da14ef2347
Update auto-label.yml 2023-04-21 14:29:32 -07:00
Stella
267678832a
Create auto-label.yml 2023-04-20 09:36:48 -07:00
Alexandre Perez
e30c40fbca Use PyObject_VectorcallDict if _PyObject_FastCallDict is not available 2023-04-12 12:55:07 -07:00
Pavel Minaev
2f3e0bb7d5 Increase pipeline timeout for code coverage jobs. 2023-04-03 17:37:14 -07:00
Pavel Minaev
00bc5136e4 Suppress DeprecationWarning from pydevd due to pkg_resources.declare_namespace (#1230) 2023-04-03 17:37:14 -07:00
Stella
bc44eb85ff
Merge pull request #1235 from microsoft/StellaHuang95-patch-1
Create stale.yml
2023-03-13 13:54:52 -07:00
Stella
c3068fd6f6
Create stale.yml 2023-03-09 11:48:25 -08:00
Pavel Minaev
35504f83ed Work around #1230
Look for more specific text in the output to avoid false positives.
2023-03-07 12:16:58 -08:00
HeeJae Chang
34f7238e63 include "tests" 2023-03-06 15:36:33 -08:00
HeeJae Chang
de6a9cf6d6 Set up the proper execution environment so that Pylance knows the correct import root for the import statement. 2023-03-06 15:36:33 -08:00
Pavel Minaev
5601342de8 Fix #1217: Support "restart" in "terminated" event for "attach"{"listen"}
Request client to restart the adapter if "restart":true was specified in the debug configuration.
2023-02-27 11:03:34 -08:00
Pavel Minaev
e9dc3e8844 Fix #1074: Use "startDebugging" request for subprocesses
Use the request if client advertises the "supportsStartDebuggingRequest" capability.
2023-02-07 13:04:58 -08:00
Pavel Minaev
9fd3e72235 Disable PYDEVD_USE_FRAME_EVAL by default. 2023-01-19 13:14:35 -08:00
Fabio Zadrozny
6c3dca7918 Update pydevd to 2.9.5 (available with Apache lic now). 2023-01-05 13:27:00 -08:00
Fabio Zadrozny
c419d5a7fd Don't stop on logpoints with conditions. Fixes #1146 2022-12-17 07:46:44 -03:00
Fabio Zadrozny
66f85dce2d Handle OSError when listing to get path with real case. Fixes #1154 2022-12-16 08:28:10 -03:00
Pavel Minaev
ed59c6d090 Fix pass_env in tox.ini 2022-12-13 13:11:30 -08:00
Pavel Minaev
633597b1b5 Fix #1148: ModuleNotFoundError: No module named 'debugpy'
Fix #1149: UserWarning: incompatible copy of pydevd already imported

Fix formatting for sys.path entry passed to subprocesses.
2022-12-13 13:11:30 -08:00
Pavel Minaev
19ea6f2625 Fix excluded (library) path in CodeQL.yml. 2022-12-12 15:24:21 -08:00
Pavel Minaev
158cbf663c Tweak CodeQL path classifiers. 2022-12-12 15:24:21 -08:00
Pavel Minaev
69eaa61be0 Don't even try to extract pydevd for CodeQL purposes. 2022-12-12 15:24:21 -08:00
Pavel Minaev
bcf5281f29 Exclude pydevd from CodeQL 2022-12-12 15:24:21 -08:00
Fabio Zadrozny
1c79248ca6 When evaluating enable setting to None, deleting variables and using globals(). Fixes #1142 Fixes #1138 2022-12-09 07:51:49 -03:00
Fabio Zadrozny
bf5c644bc3 Don't use pydevd_find_thread_by_id unless really needed. Fixes #1129 2022-12-08 10:58:04 -03:00
Fabio Zadrozny
79b7c5634e Don't apply pandas customizations when value is requested for clipboard or repl. Fixes #1078 2022-12-02 15:10:38 -03:00
Fabio Zadrozny
9e94581915 Properly check filtering with ipython calls. Fixes #1104 2022-11-28 12:48:39 -08:00
Fabio Zadrozny
86e0a3f47a Make it possible to set DAP mode through pydevd.configure or command line arguments. 2022-11-25 09:57:24 -03:00
Fabio Zadrozny
bc9c596599 If gevent tries to disable the tracing prevent it. Fixes #1126 2022-11-19 06:47:19 -03:00
Fabio Zadrozny
53cda4e36d Some of the roots can be None in WASM builds 2022-11-19 06:47:19 -03:00
Fabio Zadrozny
45af79671f On Python 3.11 _fork_exec now needs to be monkey-patched for subprocesses. 2022-11-19 06:47:19 -03:00
Pavel Minaev
4067700ed8 Pin greenlet==1.1.3 in test dependencies due to #1126 2022-11-16 15:32:19 -08:00
Fabio Zadrozny
727d0d0608 Don't show strings inside containers as special variables. Fixes #1111 2022-11-15 18:08:51 -03:00
Fabio Zadrozny
04403ddc1c Add column information to exception tracebacks. Fixes #1099 2022-11-11 08:14:32 -03:00
Pavel Minaev
6c1c3d6cb1 Update CodeQL actions to use newer versions. 2022-11-08 16:03:53 -08:00
Fabio Zadrozny
a2a3328388 On Python 3.11, show column information on exceptions. Fixes #1099 2022-11-03 14:08:10 -03:00
Fabio Zadrozny
5f75955915 Update binaries to fix PyInt_FromLong not found in Python 3.11. Fixes #1100 2022-10-28 09:14:19 -03:00
Fabio Zadrozny
ae189da2a8 Support dealing with paths with inconsistent casing on Mac OS. Fixes #1031 2022-10-28 09:14:05 -03:00
Fabio Zadrozny
ac6465760a Socket changes for WASM. 2022-10-20 14:41:36 -03:00