📄️ Print variables and arguments
Now, let’s see how you can observe data in a debugged program.
📄️ Working with raw memory
The memory command allows reading or writing raw memory in a debugged program.
📄️ Working with registers
The register command is used to read, write, or inspect the registers of a debugged program (with x86_64 register support).