0
castcrewit created
- ABP Framework version: v8.0
- UI Type: Angular
- Database System: EF Core (MySQL)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
We are building microservices and module as well. All our code is on module, so how to debug the module using visual studio. I can start the Microservice project on its own, however not the module project, so how do i step in to the module code while debugging
1 Answer(s)
-
0
hi
All our code is on module,
Are you using the source code reference?
If so you can open the module's source code in VS and set the breakpoint.