Skip to content

fix: Show 16 bytes per row in the memory view of the internal debugger#2258

Merged
maximilien-noal merged 1 commit into
OpenRakis:masterfrom
brunom:fix/BytesPerLine
Jul 13, 2026
Merged

fix: Show 16 bytes per row in the memory view of the internal debugger#2258
maximilien-noal merged 1 commit into
OpenRakis:masterfrom
brunom:fix/BytesPerLine

Conversation

@brunom

@brunom brunom commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

Previously it showed 13 (or 0x13) columns which didn't make sense

Copilot AI review requested due to automatic review settings July 12, 2026 22:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adjusts the internal debugger’s memory view configuration so the hex editor displays a conventional 16 bytes per row, aligning the UI with typical hex-dump formatting.

Changes:

  • Force the hex editor in MemoryView to use BytesPerLine = 16 so each row shows 16 bytes instead of the previous 0x13/13 columns.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@maximilien-noal maximilien-noal added UI UI work Debugger Related to the internal debugger or to the breakpoint framework labels Jul 13, 2026
@maximilien-noal

Copy link
Copy Markdown
Member

@brunom nice find, thanks! :)

@maximilien-noal
maximilien-noal merged commit 0608dcd into OpenRakis:master Jul 13, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Debugger Related to the internal debugger or to the breakpoint framework UI UI work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants