Project

General

Profile

Actions

Emulator Issues #10960

closed

[Qt] Debugger Code pane has lots of wasted space

Added by leoetlino about 6 years ago. Updated almost 6 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
Yes
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
5.0-7437

Description

The Qt debugger code pane has a lot of wasted space and shows much less useful information in comparison with the DolphinWX debugger.

DolphinWX: https://i.imgur.com/yWABzR9.png

DolphinQt: https://i.imgur.com/t5s1rkY.png (window is slightly smaller, but there are still some obvious issues: the table width is wrong, some valuable space is lost to padding under "Callstack", the font size is way too large, the BP circle column is too wide, ...)

Actions #1

Updated by spycrab0 about 6 years ago

  • Status changed from Accepted to Fix pending
  • Assignee set to spycrab0

some valuable space is lost to padding under "Callstack"

That padding is automatically created by Qt AFAICT. Wx layouts just tend to be tighter

the font size is way too large

The font is created using your system-default monospace font. This is a reasonable default IMHO. (You could always change the font using Debug -> Font)

the table width is wrong

If that still persists (even though I wasn't able to replicate it) it will be fixed by PR 6595.

the BP circle column is too wide

Fixed by PR 6595.

https://github.com/dolphin-emu/dolphin/pull/6595

Actions #2

Updated by spycrab0 almost 6 years ago

  • Status changed from Fix pending to Accepted
  • Assignee deleted (spycrab0)

Don't know whether the new Debugger fix PR does anything for this but removing my assignment for the moment.

Actions #3

Updated by leoetlino almost 6 years ago

  • Status changed from Accepted to Fixed
  • Fixed in set to 5.0-7437
Actions

Also available in: Atom PDF