Skip to content

Support paging of stack frames #4792

Closed
Closed
@weinand

Description

@weinand

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.

Metadata

Metadata

Assignees

Labels

debugDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionalityverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions