Pydevd warning for python >= 3.11
After compiling deb packadge for PyTango 10.0.2 and Python 3.11 we found, that every import results in warning:
0.00s - Debugger warning: It seems that frozen modules are being used, which may
0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
0.00s - to python to disable frozen modules.
0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
That is very annoying :-(
Edited by Yury Matveev