Debugging in VS2017 - breakpoints not hit/cannot step into library project
Created at 31 Aug 2019, 15:18
Debugging in VS2017 - breakpoints not hit/cannot step into library project
31 Aug 2019, 15:18
I am debugging in VS2017 and have a vanilla C# class library project included in the solution.
I can set breakpoints and step into the code in all other projects apart from this one (it's the only one that wasn't created by cTrader itself). When I look at the stack trace it says "External Code".
To confirm, all the build configs are set to Debug across the board.
Any suggestions?
srubtsov
31 Aug 2019, 15:45
Adding that code to the end of AssemblyInfo.cs of a class library project should help you
@srubtsov