If I execute a command interactively in python in Visual Studio using the Python Tools for Visual Studio IDE, I would like to be able to interrupt this command with a set of keystrokes, such as CTRL + C, as in MATLAB.
PTVS docs does not mention anything interactively . Google searches turned out to be empty.
To interrupt the execution of a Python script in an interactive Visual Studio window, you must use the Reset button . This is a designed way to reset your environment and clear the associated memory of the environment.
Source: https://habr.com/ru/post/1669749/More articles:MySQL error # 1018 when creating a new user - phpdescendingIterator for java.util.List - javaПрерывания AVAudioSession и изменения маршрута - iosHiding Recommended checkbox setting on backend pages - phpРазделите список на возрастающие последовательности, используя itertools - pythonWhat actually affects max_input_vars in php.ini and what is a safe high value? - phpGEOGRAPHY SQL Server The STDistance function returns a greater difference than other test results - sql-serverHow to convert this text file to a dictionary? - pythonCreating a geometry / geography field from latitude and longitude fields (SQL Server) - sqlJava Eclipse <завершено, значение выхода: -1073740791> - javaAll Articles