BabylonJS / BabylonJS/BabylonNative

JS Engine Exception logging

Open
#1,511 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
919
Forks
162
Avg merge
1d 15h
Merged PRs (30d)
19

Description

`UnhandledExceptionHandler` doesn't log enough information. No line number for Chakra, nor stack trace.

On Chakra, this line (multiple occurences) crashes because error doesn't have a stack object:

`std::cerr << "[Uncaught Error] " << error.Get("stack").As().Utf8Value() << std::endl;`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.