Re: [Boa Constr] no stop at breakpoint
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2002-06-21 12:37:26
|
Hello Géza, "Groma Géza" wrote: > > Using Python-2.2, wxPython-2.3.3pre4 and BOA from CVS (May 30) I found that= > the Debugger does not stop at a breakpoint if it is set in a file other th= > an what it started from. It is illustrated below by a package 'example' con= > taining files example1, example2 and an empty __init__. Setting the breakpo= > int at self.Show() does not stop the Debugger. It works fine if the same co= > de is in a single file. > Any idea? Not really, breakpoints in other modules works fine for me. Are you sure all the files are saved? What happens when you step into (F7) a call to example2? Riaan. |