Bug 436059 - Kdevelop limits the frame stack view to 20 items
Summary: Kdevelop limits the frame stack view to 20 items
Status: RESOLVED DUPLICATE of bug 316873
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (show other bugs)
Version: 5.5.2
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-22 20:37 UTC by Mattia Basaglia
Modified: 2021-04-23 06:59 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
screenshot comparing the Frame Stack view and gdb output (893.07 KB, image/png)
2021-04-22 20:37 UTC, Mattia Basaglia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mattia Basaglia 2021-04-22 20:37:14 UTC
Created attachment 137807 [details]
screenshot comparing the Frame Stack view and gdb output

SUMMARY

When debugging, the "Frame Stack" tab only ever shows 20 items

STEPS TO REPRODUCE
1. have a breakpoint somewhere that is more than 20 frames deep
2. look at "Frame Stack"

OBSERVED RESULT
"Frame stack" only shows 20 frames.

If you run "bt" on the GDB tab you get the full stack. 


EXPECTED RESULT

It should show all the frames, or at least have an option to show more

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 20.10
KDE Plasma Version: 5.19.5
KDE Frameworks Version: 5.74.0
Qt Version: 5.14.2
Kernel Version: 5.8.0-50-generic
OS Type: 64-bit
Processors: 8 × AMD FX(tm)-8320 Eight-Core Processor
Memory: 23.5 GiB of RAM
Graphics Processor: AMD Radeon ™ RX 470 Graphics
Comment 1 Igor Kushnir 2021-04-23 06:59:40 UTC

*** This bug has been marked as a duplicate of bug 316873 ***