chakra-core/ChakraCore

[linux] Enable STACK_BACK_TRACE on linux

Open

#342 创建于 2016年2月18日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)JavaScript (1,374 fork)batch import
Linuxhelp wanted

仓库指标

Star
 (9,000 star)
PR 合并指标
 (30 天内没有已合并 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.

贡献者指南