How to debug Chalice route handlers in VSCode
Using the following launch.json, I’m able to hit breakpoints in the module level code, but not in route-handlers.
Using the following launch.json, I’m able to hit breakpoints in the module level code, but not in route-handlers.