disable python debugger single port by default; PY-78168

(cherry picked from commit e73f477e2424c4c103bfaa676cdf94098170d4b5)

IJ-MR-151881

GitOrigin-RevId: 7a665d852d77554e00a51cce697940ebd5da538b
This commit is contained in:
Aleksandr Sorotskii
2024-12-18 17:19:56 +01:00
committed by intellij-monorepo-bot
parent 8b28e1dba3
commit f5e820f848

View File

@@ -457,7 +457,7 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
key="python.debug.halt.variable.resolve.threads.on.step.resume"/>
<!-- Retaining the feature flag for FL-29868 -->
<registryKey defaultValue="true" description="Use a single port for communication between PyCharm and the debugger"
<registryKey defaultValue="false" description="Use a single port for communication between PyCharm and the debugger"
restartRequired="false" key="python.debug.use.single.port"/>
<registryKey defaultValue="1000" description="Timeout between attempts to connect to remote debugger server"