Created attachment 133027 [details] build log SUMMARY debugger/debugjob.cpp:43:79: error: invalid new-expression of abstract class type ‘Python::DebugSession’ 43 | m_session = new DebugSession(program, m_workingDirectory, m_envProfileName); Environment information is in the attached build log
I've fixed this compilation error in https://invent.kde.org/kdevelop/kdev-python/-/merge_requests/8, but as I am not a Python user, couldn't test it. If you could confirm that Python debugging works well with my changes, the merge request might get merged sooner.
Thank you, editing works as expected. I don't use debugging so sadly have nothing to report on that.
The merge request is in the master branch of kdev-python now as https://commits.kde.org/kdev-python/28b549cf696ee7a9e90b6abe91789e37c5f2f00a. kdev-python compiles against the current kdevplatform master.