https://bugs.kde.org/show_bug.cgi?id=386103
Bug ID: 386103
Summary: Frame stack depth hard coded to 20
Product: kdevelop
Version: git master
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: NOR
Component: UI: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
It seems the frame stack depth to display is hardcoded here:
https://github.com/KDE/kdevelop/blob/f5b25083620dc518f5fa5ed3e3e237390614d7db/kdevplatform/debugger/framestack/framestackmodel.cpp#L295
In template heavy code 20 is often not enough to see what is going on properly,
especially when e.g. breaking a multithreaded program mid execution and then
wanting to step through all of the threads to view what is going on at the
time.
It would be good as a simple solution if at a minimum this "upper limit" value
could be increased via the settings/preferences, while 20 is sufficient for
many people I'd prefer to set it to 40.
A more complex solution could perhaps both have a configurable "upper limit"
value as well as a "..." button at the bottom of the stack where the user can
click to fetch more items.
--
You are receiving this mail because:
You are watching all bug changes.