Constructor
new Thread(id, optionsopt)
Create a thread object. Usually you don't need to create it yourself unless you're doing some low-level stuff.
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id |
number | The internal GDB ID of a thread. |
|||||||||||||||||
options |
object |
<optional> |
The options object. Properties
|
Members
id :number
The internal GDB ID of a thread.
Type:
- number
(nullable) status :string
The thread status (e.g. stopped
).
Type:
- string
(nullable) group :ThreadGroup
The thread group.
Type:
(nullable) frame :Frame
The frame where thread is currently on.