On Nov 12, 7:56 pm, "Edward K. Ream" <[email protected]> wrote: > Rev 3685 contains a long-overdue improvement to Leo's execute-script > command. This was inspired by the pudb plugin. > > When @bool write_script_file is True the execute-script file uses > execfile (or its Python 3k equivalent) to execute scripts. > > This allows g.pdb (or pudb) to know the text of Leo scripts!
I want to emphasize here how important this change is. After 4.8 final I'll add code to use a temp file to hold sources if @bool write_script_file is False. In the meantime, I strongly urge all script writers to set @bool write_script_file = True. Depending on your installation, especially on *nix, the default location for the file may be a problem. In that case, set @string script_file_path to some convenient place, say in your home directory. Edward -- 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.
