fabioz / PyDev.Debugger

Sources for the debugger used in PyDev, PyCharm and VSCode Python
Eclipse Public License 1.0
425 stars 122 forks source link

Debug host processes that only support IPv6. #264

Closed markov closed 7 months ago

markov commented 11 months ago

This change will allow pydevd to start with --client <IPv6-host> and connect to ports on IPv6.

fabioz commented 7 months ago

Thank you for the PR. Just merged (sorry for the delay in merging...).