You can inspect the state of a Python app, make changes, single-step through it — all without having to modify the source code ahead of time to work with a debugger. This video shows a simple example ...
I'm using an Ubuntu WSL instance with pwsh as the default terminal profile. After I debug a file in Python, I want to see the result of the run, but the debugging terminal tab is killed seconds after ...