Search found 2 matches

by spreadred13
Thu Oct 03, 2019 11:15 am
Forum: Development
Topic: Deluge API JSON / PHP: How to set Config?
Replies: 2
Views: 5610

Re: Deluge API JSON / PHP: How to set Config?

Probably not relevant to you anymore, since you've found a solution, but at a glance, I would suggest your problem with the PHP wrapper was that you weren't passing a set of key/value pairs (dictionary) to the setConfig function, which then turns whatever you've passed into it, into an array, before...
by spreadred13
Tue Oct 01, 2019 12:14 am
Forum: Development
Topic: How to Interactively Debug Deluge
Replies: 0
Views: 3343

How to Interactively Debug Deluge

Can anyone give me some tips/pointers and how to interactively debug deluge on *nix? I've got the develop branch cloned, built and installed with the "develop" flag, but I'm unsure how to launch Deluge in such a manner as to hit my breakpoints in the source code. I'm using VSCode, but coul...