I didn't realize I needed to restart Leo to have it recognize the change I made to leoImport.py. Having done that and attempting the import again, I switch to the console and use 'n' to step through the code. I'm making progress. :D How do I show the contents of variables? I did 'help' at the (Pdb) prompt but don't see a command to show variable values.
On Aug 30, 8:48 am, "Edward K. Ream" <[email protected]> wrote: > On Mon, Aug 30, 2010 at 10:25 AM, taa, Leo Newbie <[email protected]> > wrote: > > What do I do to see the the results of g.pdb()? > > Run Leo from a console. When g.pdb() starts it will print a message > to the console. > > Switch to the console (Alt-tab) and then do 'n' (pdb's next command) > to get out of the pdb() function itself. Now you are at the "real" > breakpoint. > > EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
