chakra-core/ChakraCore

[linux] Enable STACK_BACK_TRACE on linux

Aberta

#342 aberto em 18 de fev. de 2016

 (2 comentários) (0 reação) (0 responsável)JavaScript (1.225 forks)batch import
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.

Guia do colaborador