Re: drkonqi integration
Igor Kushnir <[email protected]> Fri, 26 Jul 2024 18:40:02 +0300
| Newsgroups | gmane.comp.kde.devel.kdevelop |
|---|---|
| Message-ID | <[email protected]> |
On 2024-07-25 12:11 PM, Harald Sitter wrote: > Yo > > there is this pile of code that lets kdevelop interface with drkonqi > to hand over the debugging from drkonqi into kdevelop. it currently > has no UI backing in 6 and also doesn't really work with the default > coredumpd-based crash handling > > I am wondering how sad we would be if we just threw away the code? > > At a glance we could remove > > - the entire socket tech in kcrash > https://invent.kde.org/frameworks/kcrash/-/blob/master/src/kcrash.cpp?ref_type=heads#L799 > - the external debugger tech in drkonqi > https://invent.kde.org/plasma/drkonqi/-/blob/master/src/debuggerlaunchers.h?ref_type=heads > - dbus interaction code in kdevelop > https://invent.kde.org/kdevelop/kdevelop/-/blob/master/plugins/debuggercommon/midebuggerplugin.cpp#L135 > > HS Hi everyone! Adding the author of the most recent work on this integration: https://invent.kde.org/kdevelop/kdevelop/-/merge_requests/202 Christoph, would you like to fix the DrKonqi integration again, now or in the future? If you don't have motivation or time for this, before removing it all, we need to consider how difficult fixing the integration will be and how often it is used. As the integration only broke recently, perhaps wait for bug reports about it against KDevelop 6.0? Cheers, Igor