Release build still allows to step-through code, why?

77 Views Asked by At

I have published a package to NuGet but while testing it, I found out that I can still step-through the C++ classes even though it is the 'Release' build.

Can you explain why is this and how it can be fixed ?

1

There are 1 best solutions below

0
On

This should not happen when source code is not available, e.g. on a different machine.