0
MajidAli created
- ABP Framework version: 4.3.0
- UI type: Angular / MVC / Blazor: MVC
- DB provider: EF Core / MongoDB: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes / no: Tiered MVC
- Exception message and stack trace:
- Steps to reproduce the issue:
I have implemented the custom module in abp.io commercial project and now its working but how we can debug this "Custom Module" step by step through breakpoints? because i see that "Custom Module" is just linked or tied the main abo.io project.
please guide me.
4 Answer(s)
-
0
if you are using your module with project references then you must be able to debug it. if you are using package references then it's not possible (you need to reference it as project reference)
-
0
-
0
hi MajidAli
The
Web
project of module is not real web application, You can only debug it though theHost
project. -
0
This question has been automatically marked as stale because it has not had recent activity.