Difference between revisions of "IDE Window: Registers"

From Lazarus wiki
Jump to navigationJump to search
(Add navigation; fix heading levels; add missing image)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[category:IDE Window|Register]][[category:IDE Window - Debug|Register]][[category:Debugging]]
+
{{IDE Window: Registers}}
  
 +
== Navigation ==
  
= Important =  
+
[[Main menu|Main Menu]] > [[Main menu#View|View]] > Debug Windows > Registers
 +
 
 +
== Important ==
 +
 
 +
<div class="floatright"> [[Image:Registers_2_0_10.jpg]] </div>
  
 
You must [[Debugger_Setup |setup the debugger]] and start the project to debug it. Only then this window will be useful.
 
You must [[Debugger_Setup |setup the debugger]] and start the project to debug it. Only then this window will be useful.
  
= Register =
+
== Registers ==
  
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]].
+
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.
 +
 +
== See also ==
 +
 +
* [[IDE_Window:_Assembler|Assembler Window]]

Latest revision as of 08:58, 1 February 2021

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