Using UDS for communication in debugger
- Ngôn ngữ chính
- Python
- Star
- 734
- Fork
- 412
- Merge trung bình
- 1 ngày 5 giờ
- Pull request đã merge (30 ngày)
- 8
Mô tả
IIUC, the current debugpyClient communicates with debugpy via a TCP connection. However, due to security limitations in our use case, we are unable to use network sockets for the communication.
I understand debugpy currently only supports TCP connections, but I have proposed an issue for debugpy to accept UDS as well([link](https://github.com/microsoft/debugpy/issues/1607)). If they are onboard with this, can we update ipykernel logic to use UDS instead of TCP? Or will there be any concerns there?
Hướng dẫn đóng góp
Hướng nghiên cứu
Start by tracing the ipykernel debugpyClient path that establishes its TCP connection, then review debugpy issue 1607 for UDS support and compatibility. Determine whether the external support is available and identify concerns in replacing TCP with UDS; done means a documented decision and, if supported, updated communication behavior.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- jupyter, python
- Lĩnh vực
- devtools, networking
- Loại issue
- Tính năng
- Độ khó
- 5/5
- Thời gian dự kiến
- Hơn một tuần
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Cần làm rõ
- Mức phù hợp với người mới
- 25/100