chakra-core/ChakraCore
[linux] Enable STACK_BACK_TRACE on linux
Aberta
#342 aberto em 18 de fev. de 2016
Linuxhelp wanted
Métricas do repositório
- Stars
- (9.258 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
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.