Difference between revisions of "IDE Window: Threads"

From Lazarus wiki
Jump to navigationJump to search
(Fix heading levels; add navigation)
Line 1: Line 1:
 
{{IDE Window: Threads}}
 
{{IDE Window: Threads}}
  
= Important =  
+
== Navigation ==
 +
 
 +
[[Main menu|Main Menu]] > [[Main menu#View|View]] > Debug Windows > Assembler
 +
 
 +
== Important = =
  
 
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.
  
= Threads =
+
== Threads ==
  
 
[[File:Threads_Dlg.png]]
 
[[File:Threads_Dlg.png]]

Revision as of 09:22, 1 February 2021

English (en) русский (ru)

Navigation

Main Menu > View > Debug Windows > Assembler

= 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