mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 20:30:42 +07:00
PY-73432 Introduce registry key to enable single port communication between PyCharm and debugger
GitOrigin-RevId: a3a5199b1f343d1c3423c433fa636a6d1a657b4f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
255a097c91
commit
664c8ef4e8
@@ -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"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user