chakra-core / ChakraCore

ChakraCore is an open source Javascript engine with a C API.
MIT License
9.09k stars 1.19k forks source link

Run ChakraCore binaries being released through GitLink #3061

Open digitalinfinity opened 7 years ago

digitalinfinity commented 7 years ago

@mjsabby suggested this a long time ago but it was never tracked so it got dropped off our radar 😞 - basically the ask is to update the ChakraCore PDBs in a release distribution using GitLink so that VS can download the sources on the fly. For embedders, this makes debugging a released distribution of ChakraCore a lot easier.

cc @boingoing @MSLaguana @dilijev

mjsabby commented 7 years ago

@gregg-miskelly it would be nice if the C++ compilers supported SourceLink. Do they?

gregg-miskelly commented 7 years ago

@msjabby they don't yet, though I definitely agree with you that it would be nice if they did. I will ping them again.