One of the things I’ve ran into with was because debug was off on the project referenced where the code lives. In my case, I made a new configuration called “Developer” and by default debug was turned off.
- Right click the project in question
- Properties
- Build
- Advanced (right bottom corner)
- Set Debug Info to full
- Recompile