Replies: 1 comment
-
We use the Debug Adapter Protocol on the wire, and it is not HTTP-based. So there's no concept of endpoints etc aside from actual ports. What you need is an HTTP tunnel, e.g. https://github.com/larsbrinkhoff/httptunnel/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
if I understand correctly, it is possible to define a host and port in the connect config for remote attach.
This works great if I have a hostname that addresses my endpoint.
In some systems I will however get something like
hub.com:1233/user1/debug_endpoint where I have control that user1/debug_endpoint is routed to the debug port in my container but I cannot control hub.com/1233
Assuming that there is an http/https connection used under the covers to contact debugpy, would it be possible to create a config that will address my endpoint?
Is this maybe something that can be considered as an enhancement?
Beta Was this translation helpful? Give feedback.
All reactions