Debugging Intel Fortran from c#

Handy tip.
By default, breakpoints don’t work in an Intel Fortran dll linked to a .net project when using Visual studio.
To fix this, Under the project properties, debug tab, check the ‘Enable unmanaged code degugging’ check box.