Using UDS for communication in debugger
- 主要語言
- Python
- 星號
- 734
- 分支
- 412
- 平均合併
- 1 天 5 小時
- 30 天內合併 PR
- 8
描述
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?
貢獻指南
研究方向
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.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- jupyter, python
- 領域
- devtools, networking
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100