Can anybody tell me, how to easily debug leo plugins? It's painful to
open/close leo file, so leo would reload the plugins code and how can
I use a debugger? Also I couldn't create a script button, cause I use
functions, that could be used only inside a plugin:
def upload (self,event=None):
c = self.c ; p = c.p
g.es("upload started")
p = g.findTopLevelNode(c, '@data ftp')
c wasn't defined and it broke the code in script button.
--
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.