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.
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
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)
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
This question has been automatically marked as stale because it has not had recent activity.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

