Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 567 Bytes

debugging.md

File metadata and controls

11 lines (8 loc) · 567 Bytes

Debugging

Debugging Locally

This solution relies on VS code for debugging. Given this system is built using native cloud services, you are not expected to run the function app locally for debugging purposes. The only debugging expected locally is for unit testing. VS Code supports debugging unit tests, one at a time, through the code lense 'Debug Unit' test option.

For an explanation of how to debug a unit test in VS code click here.