You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and [see planned fix.](https://youtrack.jetbrains.com/issue/PY-21325/Add-an-ability-to-specify-debugger-port) Port should be 5679 if you use the macro below.
119
-
2. Find the attach_pydevd.py file in your CLion installation, and modify it using the
114
+
1.Using a recent version of CLion (at least 2024.3), ensure that the `python.debug.use.single.port` is checked in
115
+
CLion's Registry (Help->Find action...->"Registry"), then in the Python Debugger settings page set the port to 5679.
116
+
Note that this option will not appear if your registry setting is off (the default starting in 2024.3.1), so
117
+
if you don't see the option to set the port, go back and double-check the registry setting.
118
+
3. Find the attach_pydevd.py file in your CLion installation, and modify it using the
120
119
contrib/clion/attach_pydevd.py.patch in the source code. Then use the macro below.
121
-
3. Use this elaborate work around:
120
+
4. Use this elaborate work around:
122
121
123
-
### Running a python or simultaneous debug using the nonintrusive procedure
122
+
### Running a python or simultaneous debug using the non-intrusive procedure
124
123
125
124
1. You can start your FreeCAD independently, via CLion, or in c++ debug mode under CLion.
0 commit comments