Search found 2 matches

by PlanetLotus
Wed May 01, 2019 2:36 am
Forum: Plugins
Topic: Plugin debugging workflow?
Replies: 2
Views: 3074

Re: Plugin debugging workflow?

Oh nice, thanks much! I'll keep hacking away and see how far I get. Off-topic, but after I got this far, I noticed the ThinClient isn't doing so hot on my RPi3 with ~550 torrents on it :( not sure if this can be easily improved. I'd certainly be interested in working on performance optimizations...s...
by PlanetLotus
Sun Apr 28, 2019 10:51 pm
Forum: Plugins
Topic: Plugin debugging workflow?
Replies: 2
Views: 3074

Plugin debugging workflow?

I'm new to Deluge and I'm trying to create a plugin for the first time. I'm having trouble finding a convenient way of debugging my plugin. Does anyone recommend a workflow for this? So far, troubleshooting a bug in my code involves the following steps: 1. Make a code change 2. Run python setup.py b...