Tips for working with debug symbols for .NET and C++ in Visual Studio 2022

preview_player
Показать описание
Increase the efficiency of your debugging by taking full control over debug symbols. These demos explore the finer points of VS Symbol Settings in order to decrease wait times, explorer external code, leverage symbols and more.

Intro
Symbols 101
Configuring where symbols are loaded from
Optimizing symbol loading
External sources - debugging code outside of your project
Deferred symbol loading
Decompile modules to C# code
Configuring symbol servers

#vs2022 #debug #debugging #debugger #symbols #decompilation #justmycode #externalsources
Рекомендации по теме
Комментарии
Автор

Thank you so much Chuck! It was really useful information

vrajeshbadgujar
Автор

That was amazing!
Thank you very much for sharing this information with us!

DamageSoftware
Автор

Really interesting and well explained! Thanks for sharing.

koenzomers
Автор

The external sources feature saved my day today, thanks for sharing!

pr.loremarguimaraes
Автор

Nice, great to see external sources in the side explorer window. This is very good.

varunsharma
Автор

This video is exaclty what I have been looking for.

Groovefunkadelik
Автор

my visual studio community dont have this window "Module" in debug menu :(

RenanDuarteHB
Автор

If I have an external device (IoT or Mobile), rather than uploading the pdbs to the device, can I keep them locally and still debug? If so, how would. I set that up.

TheDomLouis
Автор

what's the option for debuggin the external source code in VSCode?

joshibhushan
Автор

Sometimes the debuggers just don't get the hit and it keeps saying failed to load the symbols. I tried to clean and rebuild but no luck. What else I could try?

aroundtheworldwithbadhon