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.

貢獻者指南