Open Closed

Debugging issue #3582


User avatar
0
malfaqeeh48 created

while loading the page there is no data get back i but a debugger break point on get list method on razor.cs its took me to ModelName.AppService and the debugger stopped inside get list method we decaled an object to total count its stop on this total count and the debugger get this issue:
** cannot evaluate expression because the code of the current method is optimized**

  • ABP Framework version: v5.2.2
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    We obfuscate the DLLs in the NuGet packages, which may make it impossible to decompile and debug.

  • User Avatar
    0
    malfaqeeh48 created

    Then what i have to do

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    That means you can't debug the DLL. Sorry for that.

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