ThreadInfo

ThreadInfo

package cpp-vm

import cpp.vm.Debugger

Available on cpp

ThreadInfo describes the state of a single thread.

Constructor

new (number:Int, status:Int, breakpoint:Int = -1, ?criticalErrorDescription:String)

Variables

read only breakpoint:Int

read only criticalErrorDescription:String

read only number:Int

read only stack:Array<StackFrame>

read only status:Int

Static variables

static inline read only STATUS_RUNNING:Int = 1

static inline read only STATUS_STOPPED_BREAKPOINT:Int = 3

static inline read only STATUS_STOPPED_BREAK_IMMEDIATE:Int = 2

static inline read only STATUS_STOPPED_CRITICAL_ERROR:Int = 5

static inline read only STATUS_STOPPED_UNCAUGHT_EXCEPTION:Int = 4

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cpp/vm/ThreadInfo.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部