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.

貢獻者指南