.net - pdb file ( visual studio ) -


i want send debug executable client replicate crash loading pdb file. purpose, created debug build. should send both executable , pdb client .

please advise

if client going re-compile/compile @ end , run code no, that's not needed. since generated debug build; once @ client side run application in debug mode; same pdb file generated.

else, yes; have send pdb file along exe.

but pdb file have .net application related debug info. so, if crash due other environmental issue has captured separately.


Comments