We've determined that chakra script debugging does not work on hololens. This causes AppRuntimeChakra.cpp to throw an exception when kicking off a debug babylon native build on a HoloLens device due to a call to JsStartDebugging.
Workarounds include commenting out this line of code or building for release. But, in delivering a high quality developer experience, we should prevent this crash for debug builds on HoloLens. Third party developers shouldn't need to comment out code in BabylonNative releases to get HoloLens debug images to work.
We've determined that chakra script debugging does not work on hololens. This causes AppRuntimeChakra.cpp to throw an exception when kicking off a debug babylon native build on a HoloLens device due to a call to JsStartDebugging.
Workarounds include commenting out this line of code or building for release. But, in delivering a high quality developer experience, we should prevent this crash for debug builds on HoloLens. Third party developers shouldn't need to comment out code in BabylonNative releases to get HoloLens debug images to work.