Difference between revisions of "IDE Window: Registers"

From Lazarus wiki
Jump to navigationJump to search
Line 8: Line 8:
 
= Register =
 
= Register =
  
This window shows the content of the registers of your CPU. It can be used with the [[IDE_Window:_Assembler|Assembler Window]]. Registers are per thread. You can change the thread in the [[Thread window|IDE_Window:_Threads]].
+
This window shows the content of the registers of your CPU. It can be used with the [[IDE_Window:_Assembler|Assembler Window]]. Registers are per thread. You can change the thread in the [[IDE_Window:_Threads:Thread window]].
  
 
However unlike [[IDE_Window:_Watch_list|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.
 
However unlike [[IDE_Window:_Watch_list|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.

Revision as of 02:46, 22 June 2012


Important

You must setup the debugger and start the project to debug it. Only then this window will be useful.

Register

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 IDE_Window:_Threads: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.