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)
-
0
hi
We obfuscate the DLLs in the NuGet packages, which may make it impossible to decompile and debug.
-
0
Then what i have to do
-
0
hi
That means you can't debug the DLL. Sorry for that.