Facing issues while debugging in eclipse

  • retag add tags

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?

praveen jp's avatar
3
praveen jp
asked 2018-06-21 02:58:00 -0500
Wingware Admin's avatar
231
Wingware Admin
updated 2019-03-07 08:17:39 -0500
edit flag offensive 0 remove flag close merge delete

Comments

1

Are you trying to debug in Eclipse or in Wing? Regardless of the debugger, though, you window will probably be unresponsive when the debugger is stopped at a breakpoint or at an exception because your program needs to run for the window to be responsive. You probably want to set breakpoints in callbacks, let the program run, trigger the callback, and then step through the code.

Wingware Support's avatar Wingware Support (2018-06-21 07:16:00 -0500) edit
add a comment see more comments