Search found 1 match

by Jaras
Sat Aug 31, 2024 5:54 am
Forum: Development
Topic: How to Interactively Debug Deluge
Replies: 1
Views: 13348

Re: How to Interactively Debug Deluge

For whoever needs it in 2024, launch.json: { "version": "0.2.0", "configurations": [ { "name": "deluge-web", "type": "debugpy", "request": "launch", "cwd": "/home/username/deluge/.venv/bin",...