PY-73432 Introduce registry key to enable single port communication between PyCharm and debugger

GitOrigin-RevId: a3a5199b1f343d1c3423c433fa636a6d1a657b4f
This commit is contained in:
Andrey Lisin
2024-07-31 19:44:58 +02:00
committed by intellij-monorepo-bot
parent 255a097c91
commit 664c8ef4e8

View File

@@ -455,6 +455,9 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
<registryKey defaultValue="true" description="Halt variable resolve threads on step/resume" restartRequired="false"
key="python.debug.halt.variable.resolve.threads.on.step.resume"/>
<registryKey defaultValue="false" description="Use a single port for communication between PyCharm and the debugger"
restartRequired="false" key="python.debug.use.single.port"/>
<!-- typing -->
<multiHostInjector implementation="com.jetbrains.python.codeInsight.typing.PyTypingAnnotationInjector"/>