KDevelop, debug python

Hello guys,

is there some documentation, how can I get kdevelop / kate to debug python correctly? I mean I have been able to setup kdevelop to debug simple script, which works, but e.g. I have been unsuccessfull with Django.

In kate I have not been able to run even the script. Even though there is debugpy adapter it ends on:
*** connection with server closed ***
DAP backend: Unknown error

But well I can’t find any logs, what can be wrong.
Thanks,
Regards,
Petr Sourek

Ok, managed to launch debug. In kate when displaying locals its unresponsive and anoyingly slow. In kdevelop it wont stop at breakpoint, but when debugging scripts, kdevelop works just fine…

Thanks.