Open znation opened 5 years ago
And we should make sure we have debuggable JS assets (non-minified) in debug builds of Turi Create, so that the call stacks that get printed are readable.
Moving to 5.8 since actually getting call stacks will be more extensive; we need to switch from using file://
to http://
URLs (backed by boost::beast
as the localhost web server).
Theoretically, we can get stack traces from WebKit and JavaScriptCore using this API: https://stackoverflow.com/questions/34273540/ios-javascriptcore-exception-detailed-stacktrace-info
We probably need to implement this in several places: