'Python - disable pydevd or change warning time limits

I have Python project in Visual Studio 2022. When I run it in debug mode and step throught the code, I get anoying message:

pydevd warning: Computing repr of input (list) was slow (took 0.18s)

How can I get rid of this?

I use conda environment with Python 3.8.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source