7 Answer(s)
-
0
I also often encounter this hint from VS. There seems to be no way unless you rewrite and replace the component.
-
0
Rewrite?
-
0
You can copy the abp code and write a new component, then replace the abp built-in components for easy debugging.
Of course, most of the cases do not need
-
0
That is very ugly. Purpose of using symbols to debug is to not need to apply above tecnhique.
-
0
As I said, most of the time you don't need to do this.
-
0
Yes but sometimes you need it and I have such a case right now :)
-
0
Hi @antonis
Is there any specific code block which we can test with ?