IDE Window: Registers

From Free Pascal wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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