On Sun, Jul 1, 2018 at 6:33 AM, Edward K. Ream <[email protected]> wrote:
Well Doh, the debugger can't select a line in a file unless the debugger is > executing code from a real file. It's time to retire the simple test > function. For prototyping, the debugger will be hard-wired to execute a > stand-alone .py file. > It appears that I am following in the footsteps of the pyzo debugger, which is based on bdb.Bdb rather than pdb.Pdb. There are lots of tweaks involved, and one ends up rewriting most of the debugger methods. It's not big deal, but I'm a bit impatient. What I want to do is prototype the Leo end of things, not the debugger's end. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
