Question about ignored panes in Preferences / PyDev
-
I'm just getting started with Squish 9.1.1 and I read the following in the documentation.
The Squish IDE ignores the Debug and Interpreters pane preferences. Squish uses the Python installation it is shipped with or an external Python installation set by squishconfig.
See Squish Docs. This makes me wonder why the Debug and Interpreters panes are available in the IDE.
Is this some experimental feature that will be supported in the IDE in a future release?
I'm just curious. Would be nice if anybody has some information. Thanks in advance.
-
I got this answer from support:
SquishIDE is based on Eclipse, and PyDev is the Python IDE plugin Squish uses. As noted in the documentation, the Debug and Interpreters panes preferences in PyDev are ignored because Squish uses either the Python installation shipped with it or an external one configured via squishconfig. Therefore, any settings you apply in those panes will not take effect.
-
M Markus KS. has marked this topic as solved