On Sat, Jul 11, 2015 at 5:18 PM, Reagan Mitchell <[email protected]> wrote:


> When I write code in Leo and attempt to execute it with either the menu or
> Ctrl-b, there's no response in either the log window or in the console from
> which leo was started.
>

​Not sure what you mean by "no response".  If you start Leo from a console,
then executing the following with ​
Ctrl-B should drop you into the Python debugger::

    print('hi')
    g.pdb()
    print('after')

If this doesn't happen then it may be time to reinstall Leo.

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 http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to