Bug 396909

Summary: On Windows there is no support for installing debug packages
Product: [Applications] drkonqi Reporter: Ralf Habacker <ralf.habacker>
Component: generalAssignee: Unassigned bugs <unassigned-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal CC: 4wy78uwh, sitter
Priority: NOR    
Version First Reported In: 5.13.3   
Target Milestone: ---   
Platform: Other   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Bug Depends on:    
Bug Blocks: 373980, 380136    

Description Ralf Habacker 2018-07-27 15:23:07 UTC
drkonqi has support for installing debug packages if the generated backtrace is incomplete caused by missing symbols.

On linux this support is provided by a shell script, which runs a distribution specific package manager, which is called to install missing debug packages.

On windows there is currently no support to install debug packages.
Comment 1 Harald Sitter 2019-06-18 15:35:28 UTC
It's not actually a shell script, it's just by default named that way. The distributor, on windows I would argue that is the person creating the exe, is responsible for adding a suitable helper that takes care of the debug package installation.
Comment 2 Roke Julian Lockhart Beedell 2025-06-22 00:26:22 UTC
(In reply to Harald Sitter from comment #1)

WinDbg has some a kind of DebugInfoD equivalent that wouldn't be infeasible for Konqi to re-implement.