I'm currently releasing my asp.net web pages using a vsts release plan.
- The build is executed using an on-premise build controller.
- Within the build definition a step is added for publishing symbols (using the default settings)
What do I have to do to remotely debug this application? I can attach my debugger but I'm getting a message the breakpoint will not hit because no symbols have been loaded.
What do I have to do to get my symbols loaded? (Where are my symbols saved, how do I expose them en how do I inform Visual Studio to get them from this specific location, can I do this for both Debug as well as Release version).
A link to some kind of reference/documentation is fine too. I can't find proper documentation of releasing using symbols.
With publish symbols default settings, the symbols will be source indexed but not published (Leave path to publish symbols argument blank).
You can share a folder and specify this shared folder path to Path To Publish Symbols argument.
To configure Visual Studio’s settings: