Debug in Visual Studio - Unable to automatically step into server

When debugging form customizations in Visual Studio I sometimes get the following message : “Unable to automatically step into the server. The remote procedure could not be debugged…”

Wondering if anyone is familiar with this? If there is some setup I might have missed? So far it seems like a pretty common topic but I haven’t had much luck with any references in VS Help or web search threads.

debug in Visual Studio 15 Community
Windows server 2008 R2
E10.1.600
image

That’s pretty normal there are no pdbs for server side dlls

-Jose

Thanks… now I can quit looking.
What I’d been reading seemed a little ambiguous, if it were setup or just normal.

There are ways around it but it requires decompiling things and it can get quiet nasty rather quickly

-Jose