I am following the steps in this link: community.dynamics.com/.../debugging-commerce-runtime-in-the-new-dynamics-ax-ax7
However it uses MPOS and I am using CloudPOS.
I made sure that for step 2 I have the breakpoints in my project where I want to debug.
For step 3, I assume I have to run cloudPOS using VS. So opening RetailSDK\POS\CloudPOS in VS and run it.
For step 4, I go back to the VS where I have my project open in step (2). If I now click on Attach to Process and choose all the w3wp.exe I get the error:
This is due to the cloudPOS that I have open and clicked on run in step 3.
If I do not attach a process for the VS where my CRT project is, then the cloudPOS session isn't recognizing any breakpoints.
Do I run cloudPOS through LCS? Will that even see the breakpoints in VS? It just doesn't make sense to me that it would.
I also make sure that I run cloudPOS in step 3 using Internet explorer because of the comment in: community.dynamics.com/.../debug-d365-retail-cpos-mpos-extensions
Any suggestions how I can test my CRT change by itself and in the end with cloudPOS to see if I reference the extension property correctly to show its value on the product search view extension I have in POS.Extensions.