ipython / ipython/ipykernel

Using UDS for communication in debugger

Aberta
#1,258 0 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Python
Estrelas
734
Forks
412
Merge médio
1d 5h
PRs com merge (30d)
8

Descrição

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?

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.