Best forum for help debugging plugins

Asked by Ian W Scott

I'm trying to write some new plugins for kupfer but I'm running into a problem that I don't know how to debug. Is there a preferred forum where I can get help with debugging? I love kupfer and I'd really like to be able to contribute.

Question information

Language:
English Edit question
Status:
Answered
For:
kupfer Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Karol Będkowski (karol-bedkowski) said :
#1

There is no simple way to debug Kupfer.

Simplest way is put print (or pretty.print_debug in Kupfer) and see what happens.

More advanced method - you can use pdb or ipdb.
For example - put somewhere lines:
import pdb; pdb.set_trace()
(or ipdb) and python should stop in this line.

Can you help with this problem?

Provide an answer of your own, or ask Ian W Scott for more information if necessary.

To post a message you must log in.