chakra-core/ChakraCore

[linux] Enable STACK_BACK_TRACE on linux

开放

#342 创建于 2016年2月18日

 (2 条评论) (0 个反应) (0 位负责人)JavaScript (1,225 个派生)batch import
Linuxhelp wanted

仓库指标

星标
 (9,258 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

The STACK_BACK_TRACE Macro is disabled on Linux currently since the StackBackTrace class depends on the CaptureStackBackTrace and Symbol resolution Win32 APIs. We should re-enable it since it helps in debugging memory issues and is also used by the Exception object in the runtime.

贡献者指南