Difference between revisions of "IDE Window: Threads"

From Lazarus wiki
Jump to navigationJump to search
m (typo)
Line 16: Line 16:
 
;Current: Change the thread used by the [[IDE_Window:_Call_Stack|Callstack]], [[IDE_Window:_Watch_list|Watch]] and [[IDE_Window:_Local_Variables|Locals]] window.
 
;Current: Change the thread used by the [[IDE_Window:_Call_Stack|Callstack]], [[IDE_Window:_Watch_list|Watch]] and [[IDE_Window:_Local_Variables|Locals]] window.
  
;Goto: Opens the execution point of the selected thread in the source editor. Only if lource is available
+
;Goto: Opens the execution point of the selected thread in the source editor. Only if source is available

Revision as of 11:17, 29 June 2012


Important

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

Threads

Threads Dlg.png

Displays a list of all threads in your application. The Source and function, refer to the current execution point in each thread.

The list is only refreshed, when the applications is paused. (e.g. has hit a breakpoint)

Current
Change the thread used by the Callstack, Watch and Locals window.
Goto
Opens the execution point of the selected thread in the source editor. Only if source is available