c# - How to place a breakpoint inside a nuget src file and debug? -



c# - How to place a breakpoint inside a nuget src file and debug? -

i packing nugets pdb , src files. there way set break point within src files , utilize debugging @ same time ?

including .pdbs in nuget bundle should allow debug assembly contained in bundle on machine built on. long .pdbs set output folder on build.

if want other people able debug nuget bundle source code should @ creating symbol nuget package. symbol nuget bundle has .pdbs , source code , published symbolsource. in visual studio can configure symbolsource new symbol source , step nuget bundle source code.

c# debugging nuget

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -