I recently changed my solution from
- 1 project with many folders inside
to
- 1 app runner and a few Console Library
But, now my breakpoints aren't enabled (No symbols have been loaded) in those .cs files that are coming from those class libraries.
Only breakpoints in my app runner (entry point) work correctly.
Any idea?