Hey Ed,
(for your information)
If you use a .net framefork version that is different from 4.5 you may need to create a .config file to make sure Visual Studio want use the debugger you need.
(otherwise your breakpoints doesnt work because VS2015 use the .Net 4.5 debugger by default and each .net framework comes with its own debugger)
*Sebastian
(for your information)
If you use a .net framefork version that is different from 4.5 you may need to create a .config file to make sure Visual Studio want use the debugger you need.
(otherwise your breakpoints doesnt work because VS2015 use the .Net 4.5 debugger by default and each .net framework comes with its own debugger)
*Sebastian