Closed
Description
Currently we show only a fixed number (20) of frames of a stack trace.
We should improve this in the following way:
- in the CALLSTACK view show a 'more' affordance at the bottom of the stack trace if there are more frames available than the PAGESIZE specifies.
- pressing 'more' loads another PAGESIZE frames.
- if there are no frames available no 'more' affordance is shown.
- the PAGESIZE value can be configured in the debug settings.