简体   繁体   中英

Web resources Development/debugging environment in VS 2015/2017

I am looking how to organize the development/debugging environment of the D 365 CRM 2016 plugins/web resources to be integrated within Visual Studio 2015/2017 interactively. And also the same for older versions of MS CRM again in VS 2015 and 2017.

I have just found this debugging way that sounds great but how can this be achieved with VS 2015/2017 and MS CRM Dynamics 2016:

https://blogs.msdn.microsoft.com/devkeydet/2013/06/19/eureka-f5-debugging-of-crm-javascript-web-resources/

I'd recommend you write tests for your code. This is likely to reduce the need to debug almost altogether. A popular resource to help you with your tests is FakeXrmEasy .

For debugging web resources, there are many options. Here are two quick ways:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM