Open Closed

How I can debug the "Custom Module"? #1368


User avatar
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)
  • User Avatar
    0
    alper created
    Support Team Director

    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)

  • User Avatar
    0
    MajidAli created

    I have Custom Module like (Dashboard) and when i run it, its give error message:

    but its functionality run in that, which this project linked other project(Main project).

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi MajidAli

    The Webproject of module is not real web application, You can only debug it though the Host project.

  • User Avatar
    0
    ServiceBot created
    Support Team Automatic process manager

    This question has been automatically marked as stale because it has not had recent activity.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11