This paste expires on 2023-04-12 08:21:54.154236. Repaste, or download this paste. . Pasted through web.

PS C:\Users\Egzamin\Downloads> python -m pdb .\mycode.py
> c:\users\egzamin\downloads\mycode.py(1)<module>()
-> from tkinter import *
(Pdb) n
> c:\users\egzamin\downloads\mycode.py(2)<module>()
-> from tkinter import ttk
(Pdb) n
> c:\users\egzamin\downloads\mycode.py(4)<module>()
-> root = Tk()
(Pdb) n
> c:\users\egzamin\downloads\mycode.py(5)<module>()
-> root.title("test")
(Pdb) n
> c:\users\egzamin\downloads\mycode.py(7)<module>()
-> mainframe = ttk.Frame(root)
(Pdb) n
> c:\users\egzamin\downloads\mycode.py(8)<module>()
-> t = Text(mainframe, width=500, height=400)
(Pdb) n
> c:\users\egzamin\downloads\mycode.py(10)<module>()
-> root.mainloop()
(Pdb) n
KeyboardInterrupt
> c:\users\egzamin\downloads\mycode.py(10)<module>()
-> root.mainloop()
(Pdb) q
Filename: None. Size: 785b. View raw, , hex, or download this file.