microsoft / WinDbg-Samples

Sample extensions, scripts, and API uses for WinDbg.
MIT License
702 stars 118 forks source link

sourcelink.json is missing. #109

Open TheEndHunter opened 2 months ago

TheEndHunter commented 2 months ago

trying to build a copy of the ExdiGdbSrv so i can use it for debugging but i encounter an error that is is missing the .\sourcelink.json file when it tries to build. how do i fix this??

0x00Alchemist commented 2 months ago

This is a file to simplify debugging. You can remove the additional option in the project settings (Project -> Properties -> C/C++ -> All Options -> Additional Options)