Hello, I've noticed that sometimes when I'm trying to debug a plugin, the debugger steps into the disassembly of the class instead of the actual plugin code. Looks like this:
--- c:\TFS-ANDREW\TwcDashboard\Main\MSRC.Dashboard.CRM\Plugins\Managers\VerticalManager.cs
00000000 mov qword ptr [rsp+20h],r9
00000005 mov qword ptr [rsp+18h],r8
0000000a mov qword ptr [rsp+10h],rdx
0000000f mov qword ptr [rsp+8],rcx
00000014 sub rsp,208h
0000001b mov r8d,14h
00000021 xor edx,edx
00000023 lea rcx,[rsp+20h]
00000028 call 0000000054D2A620
Any idea why this might happen? When this happens, am I overlooking a step or is there some process that I need to reset or restart? Wondering if anyone else has experienced this behavior?