Home

Search IconIcon to open search

GDB

# See also

# General

Misc
ctrl + x, o to switch views (useful in tui mode).
set print pretty on - to print structs in a more readable way.
print *array@size to print arrays.
layout src|regs|split - switch views.

# Useful