Azure-Kinect-Sensor-SDK
Azure-Kinect-Sensor-SDK copied to clipboard
Add support for source indexing
Getting started here: https://docs.microsoft.com/en-us/azure/devops/artifacts/symbols/setting-up-github-sourcelinking?view=azure-devops
Source linking is a relatively new and so not so well documented alternative to source indexing. It's safer than source indexing since it does not rely on the debugger running arbitrary scripts and is better documented than source indexing.
Source linking has been in Visual Studio since VS2017 but a bug means its not usable till VS2019. See here for more info.
As a result, the source linking in this repo will not be useful until we start releasing VS2019 binaries.