chakra-core/ChakraCore

[linux] Enable STACK_BACK_TRACE on linux

Ouverte

#342 ouverte le 18 févr. 2016

 (2 commentaires) (0 réaction) (0 personne assignée)JavaScript (1 225 forks)batch import
Linuxhelp wanted

Métriques du dépôt

Stars
 (9 258 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur