If you try to debug any function with <summary> included in codeunit header the process returns error One or more errors occurred. CorrelationId: cf3a883f-d1ba-400a-ba9c-5ddbca1d4464.
So now i need to delete <summary> in order to debug any function. Is there workaround to handle <summary> tag?
Hi,
If you try to debug any function with
<summary>
included in codeunit header the process returns errorOne or more errors occurred. CorrelationId: cf3a883f-d1ba-400a-ba9c-5ddbca1d4464.
So now i need to delete
<summary>
in order to debug any function. Is there workaround to handle<summary>
tag?