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
Stop or kill a running process in a python console
What is the expected output? What do you see instead?
The program stops correctly, but without any information about where it was when it stopped. This information would be useful to debug hanging or long running programs. In a standard console hitting ctrl+C would raise a keyboardInterrupt showing the full stack trace, while in spyder stopping the program is done silently.
Description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
The program stops correctly, but without any information about where it was when it stopped. This information would be useful to debug hanging or long running programs. In a standard console hitting
ctrl+C
would raise akeyboardInterrupt
showing the full stack trace, while in spyder stopping the program is done silently.Please provide any additional information below
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: