Debugging with the web client
When you are developing a Visual Studio Tools integration that works with the web client, you may want to debug code when user action is started from the web client. The process is similar to debugging a Visual Studio Tools add-in for the Microsoft Dynamics GP desktop client, which is described in Debugging.
There are two key differences when debugging with the web client:
When debugging the Visual Studio add-in, instead of attaching to the Dynamics.exe process, you must attach the Visual Studio debugger to this process:
Microsoft.Dynamics.GP.Web.Services.Runtime.Process.exe
Be sure that you are attaching to the process for the web client sesssion that you are using for your testing.
If you are debugging the Silverlight application, you must attached to the Internet Explorer instance (iexplore.exe) that you are using for the web client.