mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
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:
committed by
intellij-monorepo-bot
parent
8b28e1dba3
commit
f5e820f848
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user