I need to do some memory profiling of a .NET Framework application. Should I use a debug or a release build?
A release build, built with debug symbols.
That way there's no debug build overhead (like extra memory added after arrays for overrun detection), but you still have the names needed to associate addresses with variables.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With