Azure-Kinect-Sensor-SDK icon indicating copy to clipboard operation
Azure-Kinect-Sensor-SDK copied to clipboard

Add support for source indexing

Open schultetwin1 opened this issue 7 years ago • 1 comments

Getting started here: https://docs.microsoft.com/en-us/azure/devops/artifacts/symbols/setting-up-github-sourcelinking?view=azure-devops

schultetwin1 avatar Feb 06 '19 00:02 schultetwin1

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.

schultetwin1 avatar Sep 10 '19 21:09 schultetwin1