I have tried to debug in eclipse where i am using tkinter, popup is opening with some text demo = tkinter.Tk() # adding some text to it or attributes At the first line it pops up later debugging stops there, i can't able to go for next step and text is not adding to tkinter. How to debug it properly or any other solution or there is no solution?