microsoft / dynamics365f-o-custom-help

This repository contains code for helping you configure a custom help system for Microsoft Dynamics 365 Finance and Operations apps
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/help/custom-help-overview
MIT License
23 stars 12 forks source link

Debugger.Launch() in AzureSearchCustomHelp.Client #5

Closed BenPoell closed 4 years ago

BenPoell commented 6 years ago

I had the issue that the debugger always popped up and therefore the custom help tab / the client session freezes when opening. After some code review I found out that there is a Debugger.Launch() in AzureSearchCustomHelp.Client.searchResult(), which triggers the Debugger everytime there is a search request. image

edupont04 commented 4 years ago

Hello @BenPoell

Thank you for your feedback! We have published a new version of the toolkit with a bunch of bugfixes, including the one you pointed out (Debugger.Launch statement is removed). Please check out the new version from the master branch, and read about the new and changed tools here: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/help/custom-help-toolkit