jimmymcp / al-test-runner

VS Code Extension to help run AL tests against Business Central container
https://jpearson.blog/al-test-runner-for-visual-studio-code/
MIT License
12 stars 16 forks source link

Cant debug test codeunit with <summary> #100

Closed VadymPatuk closed 1 year ago

VadymPatuk commented 1 year ago

Hi,

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.

imagen

imagen

So now i need to delete <summary> in order to debug any function. Is there workaround to handle <summary> tag?