IDE Window: Registers
From Lazarus wiki
Jump to navigationJump to search
│
English (en) │
Main Menu > View > Debug Windows > Registers
Important
You must setup the debugger and start the project to debug it. Only then this window will be useful.
Registers
This window shows the content of the registers of your CPU. It can be used with the Assembler Window. Registers are per thread. You can change the thread in the Thread window.
However unlike watches you can only view the registers at the current execution point. Changing the stackframe or address in the Assembler window will not affect the Registers.