Commit graph

14 commits

Author SHA1 Message Date
Rich Chiodo
178a0f4158
Directions on how to debug pydevd (#1694)
* Directions on how to debug pydevd

* Review feedback
2024-10-10 14:12:13 -07:00
Rich Chiodo
ae6812bdac
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 #1496
2024-09-23 11:22:54 -07:00
Adam Yoblick
a0a6cfbf1f Add tests for environment switches 2024-07-16 18:36:13 -05:00
Adam Yoblick
c77190f892 update docs 2024-07-16 14:51:37 -05:00
Adam Yoblick
1a9736bbe9 Update test docs 2024-07-16 14:41:00 -05:00
Rich Chiodo
cfe3fef401
Add a blurb about where to find logging directions (#1617) 2024-07-02 13:49:06 -07:00
chubei-oppen
78bbf8be83 Update CONTRIBUTING.md
The `debugAdapterPath` option should be set to `debugpy/src/debugpy/adapter`
2021-11-30 14:34:25 -08:00
Pavel Minaev
1de5526317 Rename master -> main. 2020-10-21 09:33:31 -07:00
Pavel Minaev
8b4c40e922 Rename ptvsd -> debugpy. 2020-01-17 11:57:13 -08:00
Pavel Minaev
8cca9fcd7a Reorganize source code to reflect the split between the adapter proper and the debug server. 2019-05-23 15:14:50 -07:00
Karthik Nadig
9aaf937478
Removing old test code (#1088)
Removing old test code
2019-01-07 13:38:32 -08:00
Pablo Aguiar
182683b288 Fix a broken link and a double space in README.md (#946) 2018-10-22 11:29:17 -07:00
Karthik Nadig
c5aa2a05d1
Updating test related info (#936)
* Updating test related info

* address comments
2018-10-19 13:31:16 -07:00
Karthik Nadig
170de0c659
Updating contribution details (#860)
* Add codeofconduct and contributing md files

* Updating contribution details

* Addressing comments.

* Some tweaks
2018-10-01 18:16:04 -07:00