[Tutor] See execution of script live from command line

Dennis Lee Bieber wlfraed at ix.netcom.com
Sat Oct 2 20:11:48 EDT 2021


On Sat, 2 Oct 2021 20:48:31 +0200, Julius Hamilton
<juliushamilton100 at gmail.com> declaimed the following:

>Hey,
>
>I am running a script with some user input and I’d like to see the script
>being executed at the same time, in split screen at the command line (for
>example, with tmux or GNU screen).
>
>What are my options for printing out what the computer is doing as it
>executes the code?
>
	Python debugger in single step mode.

>What levels are there? Can we see which line of the program it’s currently
>executing in both Python and assembly language, for example?
>
	Python is a BYTE CODE interpreter -- it does not generate "assembly
language" per se.


-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
	wlfraed at ix.netcom.com    http://wlfraed.microdiversity.freeddns.org/



More information about the Tutor mailing list