IDE Window: Registers

From Lazarus wiki
Jump to navigationJump to search

English (en)

Navigation

Main Menu > View > Debug Windows > Registers

Important

Registers 2 0 10.jpg

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.

See also