
Hi everyone, I'm trying to debug a custom user control on EP but The breakpoint is never hit.
I followed the instructions on https://docs.microsoft.com/en-us/dynamicsax-2012/developer/how-to-debug-user-controls and I already ticked "Interact with desktop" on w3wp service.
I already ensured I'm connected to the correct environment by adding a new user control and web sub module and everything works fine, the IIS, EP, AOS server and client are on the same server. My visual studio version is 2013 and I unchecked "Just in my Code" on Debug Options. I put a breakpoint on visual studio first and then attach to process on Debug Menu.
The only thing that makes me confused is my visual studio only shows managed(v3.5, v3.0, v2.0). but All instructions on internet tells me to attach to Managed(v2.0, v1.1, v1.0). Does this make any difference?
*This post is locked for comments
I have the same question (0)Hello Denny Dharmawan,
I followed this tutorial and successfully debug the .net code and dataset x++ code.
hope this will help you to identify where you went wrong.