From: Hidetoshi NAGAI Date: 2006-10-20T11:22:36+09:00 Subject: Re: debugging using tk.rb From: Wybo Dekker Subject: debugging using tk.rb Date: Thu, 19 Oct 2006 20:06:23 +0900 Message-ID: <45375C11.8000003@servalys.nl> > Is it possible to use the debug library while using tk.rb? > It seems to work only as long as the Tk mainloop is not entered... # Maybe, the following cannot help you ... If it is the reason of the trouble that "Tk.mainloop" doesn't return while the root (main) window is alive, please try to start "Tk.mainloop" in a Thread (e.g. evloop = Thread.new{Tk.mainloop}). -- Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)