D Daniel Sep 25, 2007 #1 do release builds have the same amount of info in exceptions? e.g. will exceptions cought in release builds contain stack trace etc.?
do release builds have the same amount of info in exceptions? e.g. will exceptions cought in release builds contain stack trace etc.?
M Michael Nemtsev, MVP Sep 25, 2007 #2 Hello Daniel, yep, but release, by default, doesnt contain debug symbols. Event u got the stack u can't "map" it into the code to understand what's going on For such reasons somes build release with debug info (pdb files) which helps then use dump with this pdb files to analyze exeptions --- WBR, Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour "The greatest danger for most of us is not that our aim is too high and we miss it, but that it is too low and we reach it" (c) Michelangelo D> do release builds have the same amount of info in exceptions? e.g. D> will exceptions cought in release builds contain stack trace etc.? D>
Hello Daniel, yep, but release, by default, doesnt contain debug symbols. Event u got the stack u can't "map" it into the code to understand what's going on For such reasons somes build release with debug info (pdb files) which helps then use dump with this pdb files to analyze exeptions --- WBR, Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour "The greatest danger for most of us is not that our aim is too high and we miss it, but that it is too low and we reach it" (c) Michelangelo D> do release builds have the same amount of info in exceptions? e.g. D> will exceptions cought in release builds contain stack trace etc.? D>