[Boa Constr] Debugger startup error message
Status: Beta
Brought to you by:
riaan
From: F.A. P. <f_...@ly...> - 2007-06-27 19:02:58
|
Hi All, Whenever I start the Debugger with this sequnce: In the Editor Tool button Debugger application [ the Red one ] followed by the Debugger tool button Out-F6 [ curved up Arrow ] I get This error message. Traceback (most recent call last): File "C:\Python25\Lib\site-packages\boa\Debugger\IsolatedDebugger.py", line 348, in execute result = getattr(ob, self.func_name)(*self.args, **self.kw) File "C:\Python25\Lib\site-packages\boa\Debugger\IsolatedDebugger.py", line 867, in set_step_out raise DebugError('No current frame') DebugError: No current frame When I do a double click on the Editor tool button Debugger no such message appears. Is this a real error or is my way of operating flawed. With best regards. Frans. |